diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d804cf..7dbc860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [Unreleased] -Added Polish alphabet. +Added Polish alphabet, plus support for Deno! # [v2.0.4] diff --git a/README.md b/README.md index 7ab9e42..16af0ba 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Install the [alphabets npm module](https://www.npmjs.com/package/alphabets) usin * Yarn: `yarn add alphabets` * pnpm: `pnpm add alphabets` +You can also use it with [Deno](https://deno.land/) by importing `https://deno.land/x/alphabets/alphabets.mjs`. + ## How to use Replace `` with an [alphabet identifier](#included-alphabets) this package exports: @@ -39,6 +41,12 @@ Replace `` with an [alphabet identifier](#included-alphabe import { } from 'alphabets'; ``` +Deno: + +```js +import { } from 'https://deno.land/x/alphabets/alphabets.mjs'; +``` + or: ```js