Skip to content

Commit

Permalink
Fix package name in docs
Browse files Browse the repository at this point in the history
Closes GH-2.

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
SaekiTominaga authored Jun 20, 2023
1 parent 9334b9c commit c332c07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ This package is [ESM only][esm].
In Node.js (version 14.14+ and 16.0+), install with [npm][]:

```sh
npm install mdast-util-squeeze-paragraphs
npm install mdast-squeeze-paragraphs
```

In Deno with [`esm.sh`][esmsh]:

```js
import {squeezeParagraphs} from 'https://esm.sh/mdast-util-squeeze-paragraphs@5'
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5'
```

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

```html
<script type="module">
import {squeezeParagraphs} from 'https://esm.sh/mdast-util-squeeze-paragraphs@5?bundle'
import {squeezeParagraphs} from 'https://esm.sh/mdast-squeeze-paragraphs@5?bundle'
</script>
```

Expand Down

0 comments on commit c332c07

Please sign in to comment.