From 918b457ffeaf895a42545de72596126dd8fb79df Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 10 Oct 2019 11:00:02 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b6338e..d8ef254 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ myObservable$.subscribe(console.dir) ``` #### Tracking a contract balance, and a account balance -Track balance changes in ETH or Tokens by specifying the token address. By default it will track ETH balance. +Track balance changes in ETH or Tokens by optionally specifying the token address. By default it will track ETH balance. ```js const myObservable$ = myContract.trackBalance([tokenAddress]) -or +// OR const myObservable$ = subspace.trackBalance(address, [tokenAddress]) ``` @@ -177,4 +177,4 @@ const Subspace = require('./dist/node.js'); The browser version can be found at `dist/browser.js`. You can also check the examples in `test/`. ## License -MIT \ No newline at end of file +MIT