Skip to content

Commit f5dcf86

Browse files
committed
fixed a typo
1 parent 1922030 commit f5dcf86

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ These protocol versions are supported over both HTTP and TCP.
5555
`protocol_version=N` parameter when constructing the `Sender` object
5656
(TCP defaults to `protocol_version=1`).
5757

58-
| Version | Description | Server Comatibility |
58+
| Version | Description | Server Compatibility |
5959
| ------- | ------------------------------------------------------- | --------------------- |
6060
| **1** | Over HTTP it's compatible InfluxDB Line Protocol (ILP) | All QuestDB versions |
6161
| **2** | 64-bit floats sent as binary, adds n-dimentional arrays | 8.4.0+ (2023-10-30) |

questdb-rs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ The library supports the following ILP protocol versions.
1515

1616
These protocol versions are supported over both HTTP and TCP.
1717

18-
* If you use HTTP, the library will automatically detect the server's
18+
* If you use HTTP and `protocol_version=auto` or unset, the library will
19+
automatically detect the server's
1920
latest supported protocol version and use it (recommended).
2021
* If you use TCP, you can specify the
2122
`protocol_version=N` parameter when constructing the `Sender` object
2223
(TCP defaults to `protocol_version=1`).
2324

24-
| Version | Description | Server Comatibility |
25+
| Version | Description | Server Compatibility |
2526
| ------- | ------------------------------------------------------- | --------------------- |
2627
| **1** | Over HTTP it's compatible InfluxDB Line Protocol (ILP) | All QuestDB versions |
2728
| **2** | 64-bit floats sent as binary, adds n-dimentional arrays | 8.4.0+ (2023-10-30) |

0 commit comments

Comments
 (0)