Skip to content

Commit dd7493d

Browse files
committed
Reviewed README.md
1 parent 242b9fd commit dd7493d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
[![npm](https://img.shields.io/npm/v/quickblox.svg)](https://www.npmjs.com/package/quickblox)
55
[![npm](https://img.shields.io/npm/dm/quickblox.svg)](https://www.npmjs.com/package/quickblox)
66

7-
The QuickBlox JavaScript SDK provides a JavaScript library making it even
8-
easier to access the QuickBlox cloud communication backend platform.
7+
The QuickBlox JavaScript SDK provides a JavaScript library making it even easier to access the QuickBlox cloud communication backend platform.
98

109
[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.
1110

@@ -16,7 +15,7 @@ easier to access the QuickBlox cloud communication backend platform.
1615

1716
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:
1817

19-
For correct work of JS SDK you must include the library in your html before `quickblox.js`, like so:
18+
For correct work of JS SDK you must include the library in your html before `quickblox.min.js`, like so:
2019

2120
```html
2221
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
@@ -68,7 +67,7 @@ You can look at it here http://quickblox.com/developers/Javascript
6867

6968
# Questions and feedback
7069

71-
Please raise questions, requests for help etc. via http://stackoverflow.com/questions/tagged/quickblox
70+
Please raise questions, requests for help etc. via http://stackoverflow.com/questions/tagged/quickbloxjs
7271

7372
Feedback and suggestions for improvement always welcome :)
7473

0 commit comments

Comments
 (0)