Skip to content

Commit c24f495

Browse files
loreanvictorjohnoJounQin
authored
Document compatible versions of remark-parse for remark-mdx (#1517)
* Document compatible versions of remark-parse for remark-mdx (#1516) * Update readme.md * Update packages/remark-mdx/readme.md Co-authored-by: JounQin <[email protected]> Co-authored-by: John Otander <[email protected]> Co-authored-by: JounQin <[email protected]>
1 parent e36caef commit c24f495

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/remark-mdx/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ It’s used in [MDXjs][].
1919
[npm][]:
2020

2121
```sh
22-
npm install remark-mdx
22+
# for latest version
23+
npm install remark-mdx@next remark-parse
24+
25+
# for v1
26+
npm install remark-mdx@1 remark-parse@8
2327
```
2428

2529
## Use

0 commit comments

Comments
 (0)