Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e256b8

Browse files
committed
Update versions in docs
1 parent 30abe53 commit 3e256b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/using-unified.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ npm install unified unified-stream remark-parse remark-rehype rehype-stringify
3636
3737
3838
39-
└── [email protected].4
39+
└── [email protected].5
4040
```
4141

4242
Let’s first create a markdown file that we’re going
@@ -117,8 +117,8 @@ Respectively, we can use [`remark-toc`][toc] and
117117
```bash sh
118118
$ npm install remark-toc rehype-document
119119
/Users/tilde/example
120-
├── [email protected].0
121-
└── [email protected].0
120+
├── [email protected].1
121+
└── [email protected].1
122122
```
123123

124124
Let’s now use those two as well, by modifying our
@@ -205,8 +205,8 @@ messages relating to those files. Let’s install those.
205205
```bash sh
206206
$ npm install to-vfile vfile-reporter
207207
/Users/tilde/example
208-
├── [email protected].1
209-
└── vfile-reporter@3.0.0
208+
├── [email protected].2
209+
└── vfile-reporter@4.0.0
210210
```
211211

212212
...and now unhook stdin/stdout from our example and use
@@ -265,9 +265,9 @@ let’s install these dependencies as well.
265265
```bash sh
266266
$ npm install remark-retext retext-english retext-indefinite-article
267267
/Users/tilde/example
268-
├── [email protected].0
268+
├── [email protected].1
269269
270-
└── [email protected].0
270+
└── [email protected].1
271271
```
272272

273273
...and change our `index.js` like so:

0 commit comments

Comments
 (0)