Skip to content

Commit

Permalink
Added TOC to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dminkovsky committed Aug 30, 2020
1 parent c98772e commit 7ba4dcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

_ProseMirror + React done right_

- [Installation](#installation)
- [Usage](#usage)
- [`useProseMirror(config)`](#useprosemirrorconfig)
- [`<ProseMirror />`](#prosemirror-)
- [More Info](#more-info)

[ProseMirror](https://prosemirror.net/) is one of the best rich text editors out there.
Although it's not written in React, its render model is very
similar to React's. It is therefore a great fit for your React
Expand Down

0 comments on commit 7ba4dcb

Please sign in to comment.