Skip to content

Commit

Permalink
chore(README): update features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 26, 2022
1 parent a915c11 commit 26c9f33
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 @@ -151,7 +151,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
#### Optional Features
- **annotate**: Adds method(s) to annotate results from check request. If **cli** feature is also enabled, the CLI will by default print an annotated output.
- **full**: Enables all features that are mutually compatible (i.e., `cli` and `annotate`).
- **full**: Enables all features that are mutually compatible (i.e., `annotate`, `cli`, `docker`, and `unstable`).
- **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.
- **unstable**: Adds more fields to JSON responses that are not present in the [Model | Example Value](https://languagetool.org/http-api/swagger-ui/#!/default/) but might be present in some cases. All added fields are optional, hence the `Option` around them.
Expand Down

0 comments on commit 26c9f33

Please sign in to comment.