Skip to content

Commit 51b6a39

Browse files
committed
Fix readme
Signed-off-by: cwasicki <[email protected]>
1 parent e6e9235 commit 51b6a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ data = [
9292
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
9393
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
9494
resolution=1,
95-
states=False, # Set to True to include state data
96-
bounds=False, # Set to True to include metric bounds data
95+
include_states=False, # Set to True to include state data
96+
include_bounds=False, # Set to True to include metric bounds data
9797
)
9898
]
9999
```

0 commit comments

Comments
 (0)