Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 11, 2023
1 parent 871198b commit bea2f5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-spell",
"version": "5.3.0",
"version": "6.0.0",
"description": "retext plugin to check spelling",
"license": "MIT",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ In Node.js (version 16+), install with [npm][]:
npm install retext-spell
```

In Deno with [`esm.sh`][esmsh]:

```js
import retextSpell from 'https://esm.sh/retext-spell@6'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import retextSpell from 'https://esm.sh/retext-spell@6?bundle'
</script>
```

## Use

```js
Expand Down Expand Up @@ -213,6 +227,8 @@ abide by its terms.

[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

[esmsh]: https://esm.sh

[typescript]: https://www.typescriptlang.org

[health]: https://github.com/retextjs/.github
Expand Down

0 comments on commit bea2f5c

Please sign in to comment.