Skip to content

Commit

Permalink
đź“ť README: Minor update to point to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Jan 16, 2019
1 parent afb3bf9 commit 07a7c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
## Usage

```ts
import { normalize } from 'https://denopkg.com/motss/[email protected].0-deno/index.ts';
import { normalize } from 'https://denopkg.com/motss/[email protected].1-deno/index.ts';

(async () => {
const str = 'söme stüff with áccènts';
Expand Down Expand Up @@ -74,7 +74,7 @@ This methods works the same as `normalize([input])` except that this is the sync
[promise-mdn-url]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise

<!-- Badges -->
[version-badge]: https://flat.badgen.net/badge/version/v1.0.0-deno/blue?icon=github
[version-badge]: https://flat.badgen.net/badge/version/v1.0.1-deno/blue?icon=github
[deno-version-badge]: https://flat.badgen.net/badge/deno/v0.2.6/blue?icon=github
[mit-license-badge]: https://flat.badgen.net/npm/license/normalize-diacritics

Expand Down

0 comments on commit 07a7c89

Please sign in to comment.