Skip to content

Commit

Permalink
fix(docs): Correct Dependency Declaration in README's TOML (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
BWStearns authored Apr 29, 2024
1 parent eff21fc commit 05a1857
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 @@ -130,7 +130,7 @@ To use LanguageTool-Rust in your Rust project, add to your `Cargo.toml`:
```toml
[dependencies]
languagetool_rust = "^2.1"
languagetool-rust = "^2.1"
```
### Example
Expand Down

0 comments on commit 05a1857

Please sign in to comment.