modify the readme.
diff --git a/README.md b/README.md
index a3d1ac2..8274bb2 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,16 @@
 - [TypeScript](https://www.typescriptlang.org/)
 - [Angular CLI](https://cli.angular.io/)
 
+## Install dependencies
+  
+ - Run `yarn install`
 
 ## Prepare (Run only once)
 
  - Run `ng set --global packageManager=yarn` - configures Angular CLI to use Yarn
  - Run `yarn` - initializes dependencies
 
-## Build
+## Build and minifies for the production
 
  - Run `yarn build` 
  - See `dist/web-app` folder for build results 
@@ -31,3 +34,12 @@
 
  - Run `yarn start` 
  - Open browser at [http://localhost:4200](http://localhost:4200)
+
+
+## Browsers support
+
+Modern browsers and Internet Explorer 10+.
+
+| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
+| --------- | --------- | --------- | --------- |
+| IE 9-11, Edge| last 2 versions| last 2 versions| last 2 versions
\ No newline at end of file