Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyke committed Apr 29, 2022
1 parent 86b2aef commit 9c2389a
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 @@ -35,7 +35,7 @@ time if necessary.
# Usage examples

```python
>>> from tessa import price_history, search, price_point, price_nearest
>>> from tessa import price_history, search, price_point, price_latest

# Ex 1, easy – Get straightforward price information:
>>> df, currency = price_history("AAPL", "stock", "united states")
Expand Down

0 comments on commit 9c2389a

Please sign in to comment.