Update README.md

This commit is contained in:
Shivam Pandey 2021-06-24 10:43:06 +05:30 committed by GitHub
parent aed07a49b1
commit 4daeb0df96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ fetch('https://ranchimallflo.duckdns.org/api/v1.0/getTokenTransactions?token=rmt
.then(response => response.json())
.then(data => console.log(data));
}
```
### Information about a token's address balances
Get information about a token's address balances
```