From d7f38f26b94af0c03bd0769c57b650fcb9a54c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 18 Jul 2022 15:00:07 +0200 Subject: [PATCH] Use delete instead of remove on README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5911602..2fd9618 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ commands: - `help` or `h`: show help information - `list` or `ls`: list the habits available for today - `modify` or `mod`: modify the settings for a habit -- `remove` or `rm`: remove a habit +- `delete` or `del`: delete a habit - `statistics` or `stats`: show statistics on current habits ## License