Skip to content

Commit 42a88e6

Browse files
committed
Fix example in README
And update to latest version. Signed-off-by: cwasicki <[email protected]>
1 parent abe0641 commit 42a88e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
3030

3131
```bash
3232
# Choose the version you want to install
33-
VERSION=0.9.0
33+
VERSION=0.10.0
3434
pip install frequenz-client-reporting==$VERSION
3535
```
3636

@@ -93,8 +93,8 @@ data = [
9393
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
9494
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
9595
resampling_period=timedelta(seconds=1),
96-
states=False, # Set to True to include state data
97-
bounds=False, # Set to True to include metric bounds data
96+
include_states=False, # Set to True to include state data
97+
include_bounds=False, # Set to True to include metric bounds data
9898
)
9999
]
100100
```

0 commit comments

Comments
 (0)