updating command

This commit is contained in:
talksik
2023-07-05 16:36:16 -07:00
parent bf3a49a5b3
commit 7edb34c863
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tldr-news" name = "tldr-news"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
description = "A command line tool to get the latest tldr tech news." description = "A command line tool to get the latest tldr tech news."
license = "MIT" license = "MIT"
+2 -2
View File
@@ -11,9 +11,9 @@ OR clone repo and run `cargo run`
# Usage # Usage
``` ```
$ news today $ tldr-news today
``` ```
``` ```
$ news help $ tldr-news help
``` ```