From 86421b9120670a2ddbb48de20bda658956905ddb Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:13:13 +0200 Subject: [PATCH] Fix typo and improve grammar Update README.md The description of the explainTokenPrice method contains a typo and unclear phrasing: "Get a list of tokens and pool how price for calculated." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc0621..c409098 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ const internalTransactions = async () => { #### `explainTokenPrice` -Get a list of tokens and pool how price for calculated. +Get a list of tokens and pools explaining how the price is calculated. ```javascript const tokenPriceExplanation = async () => {