Skip to content

Commit d49dc59

Browse files
authored
Merge pull request Python-World#311 from crazydude-kanishk/patch-5
Made README.md more descriptive
2 parents 6faad15 + ffcc5e0 commit d49dc59

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

projects/Cli_todo/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Install Click: `pip install click`
88

99
## How to use
1010
### Running
11-
`python todo.py [command]`
11+
either run it from your code editor or Ide or type `python todo.py [command]` in your command line.
12+
(insted of [command] add desired command u want)
1213

1314
### Commands
1415
|Command | Description|
1516
|-------|-------|
1617
|`add`| Adds a task. Prompts user for task text. |
1718
|`done`| Deletes a task. Prompts user for task id. |
18-
|`tasks`| Displays all inputted tasks. |
19+
|`tasks`| Displays all inputted tasks. |

0 commit comments

Comments
 (0)