From 7edb34c8633b1c4fb19977800bec1c85fbfe98ed Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 5 Jul 2023 16:36:16 -0700 Subject: [PATCH] updating command --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ```