Skip to content

Commit bea2f5c

Browse files
committed
6.0.0
1 parent 871198b commit bea2f5c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retext-spell",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "retext plugin to check spelling",
55
"license": "MIT",
66
"keywords": [

readme.md

+16
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ In Node.js (version 16+), install with [npm][]:
4646
npm install retext-spell
4747
```
4848

49+
In Deno with [`esm.sh`][esmsh]:
50+
51+
```js
52+
import retextSpell from 'https://esm.sh/retext-spell@6'
53+
```
54+
55+
In browsers with [`esm.sh`][esmsh]:
56+
57+
```html
58+
<script type="module">
59+
import retextSpell from 'https://esm.sh/retext-spell@6?bundle'
60+
</script>
61+
```
62+
4963
## Use
5064

5165
```js
@@ -213,6 +227,8 @@ abide by its terms.
213227

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

230+
[esmsh]: https://esm.sh
231+
216232
[typescript]: https://www.typescriptlang.org
217233

218234
[health]: https://github.com/retextjs/.github

0 commit comments

Comments
 (0)