We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9334b9c commit c332c07Copy full SHA for c332c07
readme.md
@@ -46,20 +46,20 @@ This package is [ESM only][esm].
46
In Node.js (version 14.14+ and 16.0+), install with [npm][]:
47
48
```sh
49
-npm install mdast-util-squeeze-paragraphs
+npm install mdast-squeeze-paragraphs
50
```
51
52
In Deno with [`esm.sh`][esmsh]:
53
54
```js
55
-import {squeezeParagraphs} from 'https://esm.sh/mdast-util-squeeze-paragraphs@5'
+import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5'
56
57
58
In browsers with [`esm.sh`][esmsh]:
59
60
```html
61
<script type="module">
62
- import {squeezeParagraphs} from 'https://esm.sh/mdast-util-squeeze-paragraphs@5?bundle'
+ import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5?bundle'
63
</script>
64
65
0 commit comments