update readme

This commit is contained in:
Bevan Hunt 2020-01-01 10:58:10 -08:00
parent 0203c7b444
commit eb40352f0a
1 changed files with 2 additions and 1 deletions

View File

@ -72,8 +72,9 @@ async fn main() -> std::result::Result<(), std::io::Error> {
- https://broker-demo.apibill.me
Open the demo in two browser windows watching both. Type in the name field in one and both browser windows will display the name you typed.
- **Real-time across all connected clients:** Open the demo in two browser windows watching both. Type in the name field in one and both browser windows will display the name you typed.
- **Sync latest state on client connection:** Refresh one of the browsers and the name will be still be the current name and not blank.
### Inspiration