diff --git a/README.md b/README.md
index 2d3296040..c7afdc248 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
[](https://discord.gg/QAbgGXq)
[](https://cdnjs.com/libraries/grapesjs)
[](https://www.npmjs.com/package/grapesjs)
-[](https://www.browserstack.com/automate/public-build/QksxaStYaGI3eE5VMDlPTEh0Z3hYOXEwRWNMc1ZYT0lNbEJxMWdOZWFDZz0tLWlqcFVWb05PMmlQMmU3emFIZkFNWVE9PQ==--e89345be5e303d515276e3accd6f1316dfa857ab)

@@ -18,9 +17,9 @@ GrapesJS is a free and open source Web Builder Framework which helps building HT
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 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
+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
@@ -99,41 +98,23 @@ For the development purpose you should follow instructions below.
```
-You could also grab the content directly from the element with `fromElement` property
-
-```html
-
-
-
-```
-
-For more practical example I suggest to look up the code inside this demo: http://grapesjs.com/demo.html
+For a more practical example I'd suggest looking up the code inside this demo: http://grapesjs.com/demo.html
## Development
-GrapesJS uses [Webpack](https://github.com/webpack/webpack) as a module bundler and [Babel](https://github.com/babel/babel) as a compiler.
-
-Clone the repository and install all the necessary dependencies
+Clone the repository and install all the necessary dependencies (`yarn` is highly recommended)
```sh
$ git clone https://github.com/artf/grapesjs.git
$ cd grapesjs
-$ npm i
+$ yarn
```
Start the dev server
```sh
-$ npm start
+$ yarn start
```
Once the development server is started you should be able to reach the demo page (eg. `http://localhost:8080`)
@@ -161,7 +142,7 @@ API References could be found here: [API-Reference]
## Testing
```sh
-$ npm test
+$ yarn test
```
@@ -208,35 +189,13 @@ Find out more about plugins here: [Creating plugins](https://grapesjs.com/docs/m
## Support
-If you like the project support it with a donation of your choice or become a backer/sponsor via [Open Collective](https://opencollective.com/grapesjs)
+If you like the project and you wish to see it grow, please consider supporting us with a donation of your choice or become a backer/sponsor via [Open Collective](https://opencollective.com/grapesjs)
[](https://paypal.me/grapesjs)
[](https://commerce.coinbase.com/checkout/fc90b940-558d-408b-a166-28a823c98173)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+