This commit is contained in:
Shaun Mahood 2016-08-25 14:44:34 -06:00
parent 368eab6f34
commit 2c0177a8a4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
In [Talking To Servers](Talking-To-Servers.md) we learned how to communicate with servers using both pure
and effectful handlers. This is great, but what if you want to query external data using subscriptions the
same way you query data stored in `app-db`? This tutorial will show you how to
same way you query data stored in `app-db`? This tutorial will show you how.
### There Can Be Only One!!