From 026d098643f78c4bb852df47f396a4b57ea19822 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 09:28:26 -0700 Subject: [PATCH] update readme --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 88103591b..c2901e265 100644 --- a/Readme.md +++ b/Readme.md @@ -4,12 +4,12 @@ Slate is a completely customizable framework for building rich text editors in the browser. You can think of it like a pluggable implementation of `contenteditable`, built with React and Immutable. Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/). -_Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's completely useable, but you might need to pull request one or two fixes for your use case._ - -###### Table of Contents - - [Principles](#principles) - [Examples](#examples) +- [Plugins](#plugins) +- [Documentation](#documentation) + +_Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's completely useable, but you might need to pull request one or two fixes for your use case._ ## Principles