Skip to content

Commit

Permalink
fix (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkent600 authored Aug 9, 2018
1 parent e0d649f commit 44d288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ See more about how to use Pub/Sub events [here](#subscribing).
<a name="accountchanges"></a>
### Account Changes
You can be notified whenever the current account changes by setting [InitializeArcOptions.watchForAccountChanges](/api/interfaces/InitializeArcOptions#watchForAccountChanges) to `true` when you call [InitializeArcJs](/api/README/#initializearcjs), and then by calling [subscribeToAccountChanges](/api/classes/accountService#subscribeToAccountChanges). For more information, see [AccountService](/api/classes/AccountService).
You can be notified whenever the current account changes by setting [InitializeArcOptions.watchForAccountChanges](/api/interfaces/InitializeArcOptions#watchForAccountChanges) to `true` when you call [InitializeArcJs](/api/README/#initializearcjs), and then by calling [subscribeToAccountChanges](/api/classes/AccountService#subscribeToAccountChanges). For more information, see [AccountService](/api/classes/AccountService).
## Comparing Enhanced Web3 with Entity for Web3 Event Fetchers
Enhanced Web3 ([EventFetcherFactory](api/README/#eventfetcherfactory)) and entity ([EntityFetcherFactory](api/README/#entityfetcherfactory)) events each have relative pros and cons.
Expand Down

0 comments on commit 44d288c

Please sign in to comment.