diff --git a/README.md b/README.md index 49f4e6d..b4fc761 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ import { const NoteViewer: FC = () => { return ( - + @@ -58,10 +58,10 @@ const NoteViewer: FC = () => { - + - + ); @@ -123,7 +123,7 @@ Coming soon... --> | enableTable | `boolean` | optional | Enables table inserting feature | | enableYoutube | `boolean` | optional | Enables youtube video inserting feature | | enableTwitter | `boolean` | optional | Enables tweet inserting feature | -| enablePool | `boolean` | optional | Enables poll inserting feature | +| enablePoll | `boolean` | optional | Enables poll inserting feature | | enableImage | `boolean` | optional | Enables image inserting feature | | enableEquations | `boolean` | optional | Enables equation inserting feature | | enableExcalidraw | `boolean` | optional | Enables diagram inserting feature |