Skip to content

Commit

Permalink
[#52073] Update README with information about the spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas committed Dec 8, 2023
1 parent 3c9d5e6 commit 4f35380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ Here are the props you can pass to the MystEditor component:
- `username`
- `room` - name of the room to join, users will see others in the same room
- `color` - color of the cursor seen by other users
- `spellcheckOpts` - Configuration for the spellchecker. If the value is *null* or *false* then the spellchecker will be disabled.
- `dict` *(default: "en_US")* - Name of the desired dictionary. For an example see `public/dictionaries/en_US`.
- `dictionaryPath` *(default: "/dictionaries")* - Path to a folder with dictionaries. For an example see `public/dictionaries/`.

## License

Expand Down

0 comments on commit 4f35380

Please sign in to comment.