diff --git a/README.md b/README.md index a480dfe..fd9f6be 100644 --- a/README.md +++ b/README.md @@ -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 ```