Skip to content

Commit a1e6bf0

Browse files
committedSep 20, 2018
update readme
1 parent 937adfb commit a1e6bf0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

‎README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ This project has been able to run properly, PR is welcome.
1515

1616
## Usage
1717

18-
### Recommend
18+
### Use
1919

2020
```
2121
[dependencies]
22-
influx_db_client = "^0.3.4"
23-
24-
[patch.crates-io]
25-
influx_db_client = { git = 'https://github.com/driftluo/InfluxDBClient-rs' }
22+
influx_db_client = "^0.3.5"
2623
```
2724

2825
### http
@@ -88,7 +85,7 @@ fn main() {
8885

8986
This is the [API Document](https://docs.influxdata.com/influxdb/v1.2/tools/api/), it may apply to version 1.0 or higher.
9087

91-
I have tested it in version 1.0.2 and 1.3.5.
88+
I have tested it in version 1.0.2/1.3.5/1.5.
9289

9390
## Thanks
9491

0 commit comments

Comments
 (0)
Please sign in to comment.