Skip to content

Commit

Permalink
mention data/callbacks dependency in real-time docs (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlundquist authored Jun 25, 2019
1 parent fb1cd43 commit c1cbcfd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions real-time/real-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
*
* ```js
* var todoConnection = connect(
* ["real-time",
* ["data/callbacks",
* "real-time",
* "constructor/callbacks-once",
* "constructor/store",
* "constructor",
* "constructor-store",
* "constructor-callbacks-once",
* "data-url"],{
* "data/url"],{
* url: "/todos"
* });
* ```
Expand Down

0 comments on commit c1cbcfd

Please sign in to comment.