From e35cccfbd62f753c40c0bffcaaf6451cd69a4a0d Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Tue, 8 Aug 2023 21:49:05 +0200 Subject: [PATCH] Add Deno support --- CHANGELOG.md | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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