Skip to content

Commit 5a91451

Browse files
committed
Refactor some docs
1 parent cafc631 commit 5a91451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ turning line endings into `<br>`s
5454
## Install
5555

5656
This package is [ESM only][esm].
57-
In Node.js (version 14.14+ or 16.0+), install with [npm][]:
57+
In Node.js (version 14.14+ and 16.0+), install with [npm][]:
5858

5959
```sh
6060
npm install hast-util-to-text
@@ -63,14 +63,14 @@ npm install hast-util-to-text
6363
In Deno with [`esm.sh`][esmsh]:
6464

6565
```js
66-
import {toText} from "https://esm.sh/hast-util-to-text@3"
66+
import {toText} from 'https://esm.sh/hast-util-to-text@3'
6767
```
6868

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

7171
```html
7272
<script type="module">
73-
import {toText} from "https://esm.sh/hast-util-to-text@3?bundle"
73+
import {toText} from 'https://esm.sh/hast-util-to-text@3?bundle'
7474
</script>
7575
```
7676

0 commit comments

Comments
 (0)