Skip to content

Commit

Permalink
docs: fix code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
M4RC0Sx committed Aug 20, 2024
1 parent c646162 commit ea81ee0
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 @@ -92,7 +92,7 @@ client = ESIOSAPYClient(
indicators = client.indicators.list_all()

# Get first file. here you should filter with your needed criteria
#Usually, you are looking for a specific indicator
# Usually, you are looking for a specific indicator
indicator = indicators[0]

# Get data between 2 dates, with time_trunc of 1 hour
Expand Down

0 comments on commit ea81ee0

Please sign in to comment.