Skip to content

Commit

Permalink
Fix typo and improve grammar Update README.md
Browse files Browse the repository at this point in the history
The description of the explainTokenPrice method contains a typo and unclear phrasing:

"Get a list of tokens and pool how price for calculated."
  • Loading branch information
defitricks authored Nov 18, 2024
1 parent e71d06f commit 86421b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 86421b9

Please sign in to comment.