diff --git a/projects/Cli_todo/README.md b/projects/Cli_todo/README.md index a516ea3b2..1e885f499 100644 --- a/projects/Cli_todo/README.md +++ b/projects/Cli_todo/README.md @@ -8,11 +8,12 @@ Install Click: `pip install click` ## How to use ### Running -`python todo.py [command]` +either run it from your code editor or Ide or type `python todo.py [command]` in your command line. +(insted of [command] add desired command u want) ### Commands |Command | Description| |-------|-------| |`add`| Adds a task. Prompts user for task text. | |`done`| Deletes a task. Prompts user for task id. | -|`tasks`| Displays all inputted tasks. | \ No newline at end of file +|`tasks`| Displays all inputted tasks. |