From 5d8189e22a1e03f02936e56808344d56416a16e4 Mon Sep 17 00:00:00 2001 From: dairlair <51401608+dairlair@users.noreply.github.com> Date: Mon, 30 Sep 2019 16:06:21 +0300 Subject: [PATCH] Fix typo in README --- examples/todo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo/README.md b/examples/todo/README.md index e1d466a3..ecd2a3ca 100644 --- a/examples/todo/README.md +++ b/examples/todo/README.md @@ -40,7 +40,7 @@ Or you can prefix the todo execution with the environment variables: ## Update a task - ./todo add 1 'Learn more go' + ./todo update 1 'Learn more go' ## Delete a task