From d48cc441a4173a724384fa4887905cd7d42da642 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Mon, 4 Feb 2019 16:27:59 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 258de61..3d1dac9 100644 --- a/README.md +++ b/README.md @@ -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.