diff --git a/Readme.md b/Readme.md index 5270ee352..1f69cf4aa 100644 --- a/Readme.md +++ b/Readme.md @@ -2,12 +2,16 @@

-

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

+

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

PrinciplesExamplesPluginsDocumentationContributing

- _Slate is currently in **beta**, while work is being done on: cross-browser support, atomic node support, and collaboration support. It's useable now, but you might need to pull request one or two fixes for your use case._