-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3aa0347
commit c9b4cee
Showing
4 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ This guide demonstrates how to add chat to a Javascript application using CometC | |
First, install via npm | ||
|
||
``` | ||
npm install @cometchat-pro/[email protected].0 --save | ||
npm install @cometchat-pro/[email protected].1 --save | ||
``` | ||
|
||
Then, import the `CometChat` object wherever you want to use CometChat | ||
|
@@ -47,7 +47,7 @@ import { CometChat } from "@cometchat-pro/cordova-ionic-chat" | |
Include the CometChat Javascript library in your HTML code | ||
|
||
``` | ||
<script type="text/javascript" src="https://unpkg.com/@cometchat-pro/[email protected].0/CometChat.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/@cometchat-pro/[email protected].1/CometChat.js"></script> | ||
``` | ||
|
||
To learn more, please refer to our Documentation: <a href="https://prodocs.cometchat.com/v2.0/docs/cordova-ionic-quick-start">Documentation</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters