Skip to content

Commit 49d349e

Browse files
author
Igor Khomenko
committed
updated README
1 parent 072c621 commit 49d349e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
7979
These modules are combined through [browserify](http://browserify.org/) into a single `quickblox.js` file in the root and so this is the only file that needs to be included in a `<script>` tag OR in a RequireJS application OR in Node.js environment (everywhere). To build the library, use the [Grunt](http://gruntjs.com/) task runner:
8080

8181
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
82-
* Install grunt-cli `npm install -g grunt-cli`
83-
* Also you need install jasmine global `npm i -g jasmine` for tests.
82+
* Install **grunt-cli** `npm install -g grunt-cli`
83+
* Also you need install **jasmine** global `npm i -g jasmine` for tests.
8484
* Change the 'version' properties in next files:
8585
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/js/qbConfig.js
8686
* https://github.com/QuickBlox/quickblox-javascript-sdk/blob/gh-pages/bower.json

0 commit comments

Comments
 (0)