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 @@ -46,20 +46,20 @@ This package is [ESM only][esm].
46
46
In Node.js (version 14.14+ and 16.0+), install with [ npm] [ ] :
47
47
48
48
``` sh
49
- npm install mdast-util- squeeze-paragraphs
49
+ npm install mdast-squeeze-paragraphs
50
50
```
51
51
52
52
In Deno with [ ` esm.sh ` ] [ esmsh ] :
53
53
54
54
``` js
55
- import {squeezeParagraphs } from ' https://esm.sh/mdast-util- squeeze-paragraphs@5'
55
+ import {squeezeParagraphs } from ' https://esm.sh/mdast-squeeze-paragraphs@5'
56
56
```
57
57
58
58
In browsers with [ ` esm.sh ` ] [ esmsh ] :
59
59
60
60
``` html
61
61
<script type =" module" >
62
- import {squeezeParagraphs } from ' https://esm.sh/mdast-util- squeeze-paragraphs@5?bundle'
62
+ import {squeezeParagraphs } from ' https://esm.sh/mdast-squeeze-paragraphs@5?bundle'
63
63
</script >
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments