diff --git a/README.md b/README.md
index 01c52f168..9511ad58b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@

-GrapesJS is a free and open source Web Template Builder which helps you building HTML templates to be used inside sites, newsletters and mobile apps.
+GrapesJS is a free and open source Web Builder Framework which helps you building HTML templates to be used inside sites, newsletters and mobile apps.
Mainly GrapesJS was designed to be used inside a [CMS] to speed up a creation of dynamic templates. To better understand this concept check the image below
@@ -14,7 +14,9 @@ Mainly GrapesJS was designed to be used inside a [CMS] to speed up a creation of
Generally any 'template system', that you'd find in various applications like CMS, is composed by the **structure** (HTML), **style** (CSS) and **variables**, which are then replaced with other templates and contents on server-side and rendered on client.
-This demo shows an example of what is possible to achieve: http://grapesjs.com/demo.html
+This demos show examples of what is possible to achieve:
+Webpage Demo - http://grapesjs.com/demo.html
+Newsletter Demo - http://grapesjs.com/demo-newsletter-editor.html
## Features
@@ -135,13 +137,6 @@ API References (draft) could be found here: [API-Reference]
$ npm test
```
-## TODOs before beta release
-
-* **Component traits** - traits are some some kind of `attributes` of the component. For example, the `Link`
- will get `href` for the url/resource address and it's exactly as we see ``, but in case of `Map` component
- I'd attach `address`, `city` and `zoom` to manage marker position.
-
-
## Acknowledgements
GrapesJS is built on top of this amazing open source projects: