File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ turning line endings into `<br>`s
5454## Install
5555
5656This 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
6060npm install hast-util-to-text
@@ -63,14 +63,14 @@ npm install hast-util-to-text
6363In 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
6969In 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
You can’t perform that action at this time.
0 commit comments