diff --git a/README.md b/README.md
index e5b5d5e..38aacf7 100644
--- a/README.md
+++ b/README.md
@@ -57,13 +57,12 @@ To test the result go to **playground**, start server node server.jsgrunt test. For that you also need to [install PhantomJS](https://github.com/gruntjs/grunt/blob/master/docs/faq.md#why-does-grunt-complain-that-phantomjs-isnt-installed)
-5.To build lib + docs:
-* run grunt build in **lib** directory
-* run build data-docs-dist in **gh-pages** directory
-You will get distributive in **lib/dist** and updated docs in **gh-pages/*.html**.
+5.To build distributive run grunt build in **lib** directory. Result will appear in **lib/dist**.
+
+6.To build docs run build data-docs-dist in **gh-pages** directory. Result will appear in **gh-pages/*.html**.
Do not edit **index.html** and **docs.html** directly! Instead look at [Handlebars](https://github.com/wycats/handlebars.js) templates in **generator/templates**.
-6.Commit changes on dev / gh-pages-dev branch and make pull request as usual.
+7.Commit changes on dev / gh-pages-dev branch and make pull request as usual.
Thanks for your support!