From 978a3938f69b481de1f28c97cafcb9eb1bd9e2ef Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 6 Jul 2016 16:32:07 -0700 Subject: [PATCH] update readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3dc1ea87a..15630ead2 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@

A completely customizable framework
for building rich text editors in the browser.


-

PrinciplesExamples • Plugins • Documentation • Contributing

+

Principles · Examples · Plugins · Documentation · Contributing


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/).