1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 05:59:13 +01:00

Fix links in slate-react readme (#3428)

Fixed the "Plugins" link and changed the "Constants" link (a folder which no longer exists) to a "Hooks" link.
This commit is contained in:
Tyler Hallada 2020-01-27 15:23:13 -05:00 committed by Ian Storm Taylor
parent f813af790e
commit d341cb1592

View File

@ -1,8 +1,8 @@
This package contains the React-specific logic for Slate. It's separated further into a series of directories:
- [**Components**](./src/components) — containing the React components for rendering Slate editors.
- [**Constants**](./src/constants) — containing a few private constants modules.
- [**Plugins**](./src/plugins) — containing the React-specific plugins for Slate editors.
- [**Hooks**](./src/hooks) — containing a few React hooks for Slate editors.
- [**Plugins**](./src/plugin) — containing the React-specific plugins for Slate editors.
- [**Utils**](./src/utils) — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!