diff --git a/Cargo.toml b/Cargo.toml index bf723e9..2f8e829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tldr-news" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A command line tool to get the latest tldr tech news." license = "MIT" diff --git a/README.md b/README.md index 23ddc2b..5aae97e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ OR clone repo and run `cargo run` # Usage ``` - $ news today + $ tldr-news today ``` ``` - $ news help + $ tldr-news help ```