From 7ba4dcb089b88862895a91f154feaa5891680bf6 Mon Sep 17 00:00:00 2001 From: Dmitry Minkovsky Date: Sun, 30 Aug 2020 08:50:50 -0400 Subject: [PATCH] Added TOC to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 403c442..9acc078 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ _ProseMirror + React done right_ +- [Installation](#installation) +- [Usage](#usage) + - [`useProseMirror(config)`](#useprosemirrorconfig) + - [``](#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