From 1681695f5614857657f64af740fb0c97cb1b6cb3 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 11 Sep 2019 10:54:11 -0400 Subject: [PATCH] fix: typo --- how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-it-works.md b/how-it-works.md index adcdbe9..8ba3d5f 100644 --- a/how-it-works.md +++ b/how-it-works.md @@ -10,7 +10,7 @@ ![First Usage - Receiving events](./d2.png) Depending on the filter parameters used to track the events, once an event is found, it is stored in `localStorage` and it is also pushed to the observable which delivers it to the ÐApp subscription. -### Usage after the first setup and Tracking already known events and +### Tracking already known events After restarting the ÐApp, either by executing it again in case of a console application or refreshing the browser the behavior of `Subspace` will change: ![Second Usage - Setup](./d3.png) 1. The Dapp will request `Subspace` to track an event it already knows, creating an observable and subscription for that event