You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
79
79
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:
80
80
81
81
* 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.
0 commit comments