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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
75
75
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:
76
76
77
77
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
78
-
* Also you need install jasmine global 'npm i -g jasmine' for tests.
78
+
* Also you need install jasmine global `npm i -g jasmine` for tests.
0 commit comments