diff --git a/README.md b/README.md index 18d75a3..f094c89 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ async fn main() -> Result<(), Box> { - **annotate**: Adds method(s) to annotate results from check request. - **cli-complete**: Adds commands to generate completion files for various shells. This feature also activates the **cli** feature. Enter `ltrs completions --help` to get help with installing completion files. -- **color**: Enables color outputting in the terminal. If **cli** feature is also enable, the `--color=` option will be available. +- **color**: Enables color outputting in the terminal. If **cli** feature is also enabled, the `--color=` option will be available. - **full**: Enables all features that are mutually compatible (i.e., `cli-complete`, `docker`, and `unstable`). - **multithreaded**: Enables multithreaded requests. - **native-tls-vendored**: Enables the `vendored` feature of `native-tls`. This or `native-tls` should be activated if you are planning to use HTTPS servers.