diff --git a/readme.md b/readme.md index 1627aec..c7ac5df 100644 --- a/readme.md +++ b/readme.md @@ -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 ```