From 0d9ec3bda6ce6954a232454d4e3e3ee73be80054 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 14:47:27 -0700 Subject: [PATCH] update readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b488039e9..c99424058 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ -[![Slate](support/banner.png)]() +

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

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 lets you build editors like [Medium](https://medium.com/), [Dropbox Paper](https://www.dropbox.com/paper), or [Canvas](https://usecanvas.com/). It was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/).