Skip to content

Commit

Permalink
Edited README Asset to Assets to close Issue 59
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lillie committed Sep 7, 2023
1 parent e98a485 commit 36df9fd
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 @@ -95,7 +95,7 @@ print(asset)

```Python
import asyncio
from pstock import Asset
from pstock import Assets

assets = asyncio.run(Assets.get(["TSLA", "AAPL", "GME"]))
print(assets)
Expand Down

0 comments on commit 36df9fd

Please sign in to comment.