From 05a1857c0a0295852d82986751e35c570cbb68d6 Mon Sep 17 00:00:00 2001 From: Brian Stearns Date: Mon, 29 Apr 2024 11:07:38 -0400 Subject: [PATCH] fix(docs): Correct Dependency Declaration in README's TOML (#118) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f094c89..1e7b90c 100644 --- a/README.md +++ b/README.md @@ -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