Skip to content

Commit

Permalink
chore(README): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 10, 2023
1 parent 231fb20 commit 04eea4c
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 @@ -164,7 +164,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
- **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=<WHEN>` option will be available.
- **color**: Enables color outputting in the terminal. If **cli** feature is also enabled, the `--color=<WHEN>` 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.
Expand Down

0 comments on commit 04eea4c

Please sign in to comment.