Skip to content

Commit 4b5d2ea

Browse files
author
Igor Khomenko
committed
Update README.md
1 parent 1f5ab0c commit 4b5d2ea

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
The QuickBlox JavaScript SDK provides a JavaScript library making it even
44
easier to access the QuickBlox cloud communication backend platform.
55

6-
[https://quickblox.com](QuickBlox) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
6+
[QuickBlox](https://quickblox.com) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
77

88

99
# Install
1010

1111
**Dependencies for browser**
1212

13-
For correct work of JS SDK you must include the [jQuery](http://jquery.com/) library in your html before `quickblox.js`, like so:
13+
For the library to work, you need to include either [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) in your html before `quickblox.min.js`, like so:
14+
15+
For correct work of JS SDK you must include the library in your html before `quickblox.js`, like so:
1416

1517
```html
16-
<script src="jquery.min.js"></script>
17-
<script src="quickblox.js"></script>
18+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/1.17.2/quickblox.min.js"></script>
1820
```
1921

2022
**Bower**

0 commit comments

Comments
 (0)