Skip to content

Commit 9f55858

Browse files
authored
Update README.md
1 parent 6fd1600 commit 9f55858

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
@@ -3,7 +3,7 @@
33

44
# remark-table-of-contents
55

6-
remark plugin to generate a table of contents (toc) which can be inserted in markdown or mdx documents via a placeholder
6+
remark plugin that generates a table of contents (toc) based on the headlines in your document, the toc then gets inserted in your markdown or mdx documents via a placeholder
77

88
should work with markdown as well as MDX (need to do more testing, get more feedback), so far it has been tested in next.js (13)
99

@@ -65,4 +65,4 @@ then create an mdx document, for example `app/articles/page.mdx` and add some co
6565
### baz
6666

6767
%toc%
68-
```
68+
```

0 commit comments

Comments
 (0)