Update README.md

This commit is contained in:
Sai Raj 2019-02-04 16:27:59 +05:30 committed by GitHub
parent 15dd647673
commit d48cc441a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ This function views the FLO data sent and received by the given address(es).
1. Enter the address to monitor (for multiple address use comma `,`)
2. Click Monitor Data
3. FloData sent and received by the address(es) will be displayed
4. Each address data will be displayed in seperate table.
5. Add/Edit Label using Edit button of Label input field.
6. Refresh and Remove data from view using refresh and remove buttons respectively.
Note : For reducing API calls and processing time , monitored data are stored in local browser. While monitoring the same address, the data from browser database (IndexedDB) is used and only the new transactions are obtained using API.
The local data can be cleared by clicking the 'Clear Local Data' button.