diff --git a/docs/getting-started/installing-slate.md b/docs/getting-started/installing-slate.md index 40bc4f857..325d06f73 100644 --- a/docs/getting-started/installing-slate.md +++ b/docs/getting-started/installing-slate.md @@ -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! -
Next:
Customizing Slate's Behavior