Skip to content

Commit f2cf12d

Browse files
committed
Fix typo
1 parent 5bbb92c commit f2cf12d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install mdast-util-find-and-replace
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@4'
54+
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@2'
5555
```
5656

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

5959
```html
6060
<script type="module">
61-
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@4?bundle'
61+
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@2?bundle'
6262
</script>
6363
```
6464

@@ -145,7 +145,7 @@ Partial matches are not supported.
145145
(at `1`), or an `Object` where each key is `find` and each value is
146146
the corresponding `replace`
147147
* `options.ignore` (`Test`, default: `[]`)
148-
Any [`unist-util-is`][test] compatible test.
148+
any [`unist-util-is`][test] compatible test.
149149

150150
###### Returns
151151

0 commit comments

Comments
 (0)