Skip to content

Commit

Permalink
README: fixup note syntax so it doesn't confuse rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Jul 16, 2024
1 parent aca9894 commit 55b2847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ See [examples](https://github.com/loyd/clickhouse.rs/tree/master/examples).
* `uuid` — adds `serde::uuid` to work with [uuid](https://docs.rs/uuid) crate.
* `time` — adds `serde::time` to work with [time](https://docs.rs/time) crate.

> [!NOTE]
> **NOTE**:
> When connecting to ClickHouse via an `HTTPS` url, you must enable either the `native-tls` or `rustls-tls` features.
> If both are enabled, the `rustls-tls` feature will take precedence.
Expand Down

0 comments on commit 55b2847

Please sign in to comment.