Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hatskier authored May 9, 2022
1 parent 79f7020 commit bef9345
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 @@ -225,7 +225,7 @@ To fetch prices with pagination specify token symbol as the first argument of th
💡 Note: pagination is supported only for a single token.

```js
const prices = await redstone.getHistoricalPrices("AR", {
const prices = await redstone.getHistoricalPrice("AR", {
offset: 1000,
limit: 100,
});
Expand Down

0 comments on commit bef9345

Please sign in to comment.