diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8f825..2434d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Also configurable via environment variable (`INFLUX_WRITE_NO_SYNC`). - Long precision string values added from v3 HTTP API: `"nanosecond"`, `"microsecond"`, `"millisecond"`, `"second"` ( in addition to the existing `"ns"`, `"us"`, `"ms"`, `"s"`). +3. [#145](https://github.com/InfluxCommunity/influxdb3-python/pull/145): Improve the document wording for README.md ## 0.13.0 [2025-05-20] diff --git a/README.md b/README.md index 1b1a962..503658f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ from influxdb_client_3 import InfluxDBClient3, Point ## Initialization If you are using InfluxDB Cloud, then you should note that: -1. Use bucket name for the `database` argument. +1. Use bucket name for `database` or `bucket` in function argument. ```python client = InfluxDBClient3(token="your-token",