diff --git a/Cargo.toml b/Cargo.toml index 2ee1669..4352e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "quale" version = "1.0.0" authors = ["Corey Farwell "] -description = "A Rust port of the `which` utility. Locates an executable in the user's path." +description = "A Rust port of the `which` utility. Locates an executable in the user’s path." keywords = ["which", "path", "executable", "env", "locate"] repository = "https://github.com/frewsxcv/rust-quale" license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 10103c0..aa86042 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rust-quale -A Rust port of the `which` utility. Locates an executable in the user's path. +A Rust port of the `which` utility. Locates an executable in the user’s path. ‘Quale’ is an Italian translation of the English word ‘which’.