Skip to content

Commit e6e8462

Browse files
committed
doc: update README.md
1 parent ee8df63 commit e6e8462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ This [`ReactMarkdownProps`](https://github.com/remarkjs/react-markdown/tree/15b4
103103
- `components` (`Object.<string, Component>`, default: `{}`)\
104104
Object mapping tag names to React components
105105
- `remarkPlugins` (`Array.<Plugin>`, default: `[]`)\
106-
List of [remark plugins][https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins] to use.
106+
List of [remark plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins) to use.
107107
See the next section for examples on how to pass options
108108
- `rehypePlugins` (`Array.<Plugin>`, default: `[]`)\
109-
List of [rehype plugins][https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins] to use.
109+
List of [rehype plugins](https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins) to use.
110110
See the next section for examples on how to pass options
111111

112112

0 commit comments

Comments
 (0)