doc: improve README

This commit is contained in:
Joshua Seigler 2020-01-30 18:23:59 -05:00
parent 8cc1ca4c36
commit bb625bc2e1

View file

@ -16,4 +16,16 @@ In an HTML page, add this to the `<head>`:
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
```
You may prefer to save these JS and CSS files and host them locally instead,
which should work fine. You can also omit the stylesheet and style the component
yourself. The structure is:
```html
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx">
<div class="dash-address-watch-label">XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx</div>
<div class="dash-address-watch-status">Watching...</div>
<div class="dash-address-watch-log"></div>
</div>
```
## [Demo](https://seigler.github.io/monitor-dash-address/)