Skip to content

Commit 712fe32

Browse files
authored
Update README.md
1 parent 456113d commit 712fe32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var cluster = Cluster.Create(
4949
> If multiple IP addresses are resolved for a host, a connection will be attempted for a random one. If that connection attempt fails, another IP will be picked to attempt a connection, until all are exhausted.
5050
>
5151
> Connection string parameters include:
52-
> - `timeout.connect_timeout`, `timeout.dispatch_timeout`, `timeout.query_timeout` (in milliseconds)
52+
> - `timeout.connect_timeout`, `timeout.dispatch_timeout`, `timeout.query_timeout`
5353
> - `security.trust_only_pem_file`, `security.disable_server_certificate_verification`, `security.cipher_suites`
5454
> - `max_retries`
5555
@@ -166,4 +166,4 @@ cluster.Dispose();
166166

167167
## License
168168

169-
Apache 2.0, see [`LICENSE`](LICENSE).
169+
Apache 2.0, see [`LICENSE`](LICENSE).

0 commit comments

Comments
 (0)