Skip to content

Commit 183cdb0

Browse files
Update description of JS-SDK
1 parent 4575cdb commit 183cdb0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Channelize JavaScript SDK
2+
3+
This is the official JS-SDK of Channelize.io. Channelize.io allows you to embed user-to-user chat into your application by API and SDKs in the easiest way.
4+
5+
## Installation
6+
7+
```bash
8+
npm install channelize-chat
9+
```
10+
11+
## Documentation
12+
13+
You can find out JavaScript SDK documentation [here](https://docs.channelize.io/javascript-sdk-introduction-overview/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "channelize",
2+
"name": "channelize-chat",
33
"version": "4.2.0",
44
"description": "Channelize JS Sdk - Javascript library for adding messaging platform to your web app.",
55
"author": "Channelize.io",

0 commit comments

Comments
 (0)