From d6001b3d8719784f6e549366cc8d5c09db546f50 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 6 Jul 2016 16:31:42 -0700 Subject: [PATCH] update readme --- Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1f69cf4aa..3dc1ea87a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,11 +4,9 @@

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


-

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