1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

update docs

This commit is contained in:
Ian Storm Taylor 2016-07-08 11:47:54 -07:00
parent 25d22606de
commit 495b93b488

View File

@ -1,9 +1,5 @@
### Getting Started
- [**Installing Slate**]()
- [Customizing Slate's Behavior](./customizing-slates-behavior)
- [Adding Plugins](./adding-plugins)
### Installing Slate
Slate is an npm module, so to install it you do:
@ -114,7 +110,8 @@ And that's it!
That's the most basic example of Slate. If you render that onto the page, you should see a paragraph with the text `A line of text in a paragraph.`. And when you type, you should see the text change!
<p align="center"><strong>Next:</strong><br /><a href="./customizing-slates-behavior.md">Customizing Slate's Behavior</a></p>
<br/>
<p align="center"><strong>Next:</strong><br/><a href="./customizing-slates-behavior.md">Customizing Slate's Behavior</a></p>