Skip to content

Commit 4901db1

Browse files
Merge pull request #389 from QuickBlox/development
Readme.md updated
2 parents 714f4f0 + 564150d commit 4901db1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
1616
## Dependencies for browser
1717

1818
```html
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.6/quickblox.min.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.7/quickblox.min.js"></script>
20+
```
21+
or
22+
```html
23+
<script src="https://unpkg.com/quickblox@2.12.7/quickblox.min.js"></script>
2024
```
2125

2226
## Bower and RequireJS

0 commit comments

Comments
 (0)