update readme
This commit is contained in:
parent
fc4bb97bac
commit
6128f11052
13
README.md
13
README.md
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Easily embed a status chat in your website.
|
Easily embed a status chat in your website.
|
||||||
|
|
||||||
|
### Screenshot
|
||||||
|
|
||||||
|
![widget](https://notes.status.im/uploads/upload_a087221ad1f8dc5c34654d57a2e3d071.png)
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
Copy paste the following snippet to your website
|
Copy paste the following snippet to your website
|
||||||
|
@ -16,3 +20,12 @@ Copy paste the following snippet to your website
|
||||||
Modify `your-channel-name` to your channel of choice
|
Modify `your-channel-name` to your channel of choice
|
||||||
|
|
||||||
And you're done!
|
And you're done!
|
||||||
|
|
||||||
|
### Theme
|
||||||
|
|
||||||
|
The chat theme can be customized by replacing the css link with your own css file:
|
||||||
|
|
||||||
|
```Html
|
||||||
|
<link rel="stylesheet" href="https://status-im.github.io/status-chat-widget/themes/status.css">
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue