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