Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychu committed Sep 21, 2018
1 parent b3bde1a commit 15f3544
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ A simple demo of broadcasting real-time updates from Cosmos DB over websockets.
- Cosmos DB trigger
- SignalR Service bindings

Put one or more documents into the demo/flights collection:

```
{
"from": "SEA",
"to": "YVR",
"price": 199
}
```

0 comments on commit 15f3544

Please sign in to comment.