update readme

This commit is contained in:
Iuri Matias 2019-04-12 11:13:26 -04:00
parent fc4bb97bac
commit 6128f11052
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Easily embed a status chat in your website.
### Screenshot
![widget](https://notes.status.im/uploads/upload_a087221ad1f8dc5c34654d57a2e3d071.png)
### Usage
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
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">
```