diff --git a/Readme.md b/Readme.md
index d1b8a8149..ce08a2be2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,7 +4,7 @@
 
 <p align="center">A <em>completely</em> customizable framework <br/>for building rich text editors in the browser.<br/><br/></p>
 
-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/).
+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/).
 
 - [Principles](#principles)
 - [Examples](#examples)