From 38547b3c163bde273d402f24a4819a6e4b9143dc Mon Sep 17 00:00:00 2001 From: Mintype <96578565+Mintype@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:41:10 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c9aa0c..2161f34 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# rust-translation +# rust-translate A simple Rust crate for text translation between languages. ## Overview -`rust-translation` is a easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate API. +`rust-translate` is a easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate API. ## Features @@ -14,14 +14,16 @@ A simple Rust crate for text translation between languages. ## Installation -Add `rust-translation` and `tokio` to your `Cargo.toml` file: +Add `rust-translate` and `tokio` to your `Cargo.toml` file: ```toml [dependencies] -rust-translation = "0.1.2" +rust-translate = "X.X.X" tokio = { version = "1.0", features = ["full"] } ``` +Add the latest version of `rust-translate` with `cargo add rust-translate`. + ## Usage ```rust