Skip to content

Commit 6334baa

Browse files
author
Igor Khomenko
committed
Update README.md
1 parent 2fefcc4 commit 6334baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For correct work of JS SDK you must include the library in your html before `qu
1919

2020
```html
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
22-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.0.2/quickblox.min.js"></script>
22+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.0.4/quickblox.min.js"></script>
2323
```
2424

2525
## Bower and RequireJS
@@ -78,6 +78,7 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
7878
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:
7979

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

0 commit comments

Comments
 (0)