From 1d3e38410d4f7412f508c8d3d035c4c355610fad Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 08:54:24 -0700 Subject: [PATCH] update readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2f3621876..fb0853432 100644 --- a/Readme.md +++ b/Readme.md @@ -1,9 +1,9 @@ # Slate -Slate is 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 is 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 was inspired by libraries like [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/). -_Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Prosemirror](http://prosemirror.net/)._ +###### Table of Contents - [Principles](#principles) - [Examples](#examples)