From 108e74b4b87b1685d8b9556d24eba4861f9ed53a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 6 Jul 2016 16:29:46 -0700 Subject: [PATCH] update readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index a211a7b40..9a2bccc00 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,8 @@ Slate is like a pluggable implementation of `contenteditable`, built with React and Immutable. It lets you build editors like [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper), or [Canvas](https://usecanvas.com/). And was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/). +

PrinciplesExamples

+ - [**Principles**](#principles) - [**Examples**](#examples) - **Plugins!**