mirror of
https://github.com/status-im/status-chat-widget.git
synced 2025-02-20 16:28:44 +00:00
update readme
This commit is contained in:
parent
10865a9852
commit
9327b9a712
@ -10,7 +10,7 @@ Copy paste the following snippet to your website
|
||||
<link rel="stylesheet" href="https://status-im.github.io/status-chat-widget/themes/status.css">
|
||||
<script src="https://status-im.github.io/status-chat-widget/dist/js/statuswidget.js"></script>
|
||||
<div id="status-chat-widget"></div>
|
||||
<script>StatusWidget("your-channel-name");</script>
|
||||
<script>StatusWidget("your-channel-name", document.getElementById("status-chat-widget"));</script>
|
||||
```
|
||||
|
||||
Modify `your-channel-name` to your channel of choice
|
||||
|
Loading…
x
Reference in New Issue
Block a user