Skip to content

Commit

Permalink
Merge pull request #51 from vncsmyrnk/47-fix-readme-typos
Browse files Browse the repository at this point in the history
Fixing `README.md` doc
  • Loading branch information
vncsmyrnk authored Jul 7, 2024
2 parents 097cf09 + daddbef commit 912bb9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Commands:
help Print this message or the help of the given subcommand(s)
Options:
-c, --current-time <CURRENT_TIME> Current time, defaults to system time [default: 23:59]
-h, --help Print help
-V, --version Print version
-c, --current-time <HH:MM> Current time, defaults to system time [default: 13:24]
-h, --help Print help
-V, --version Print version
```
### Add appointments

Expand All @@ -46,7 +46,7 @@ Appointment added successfully
```

```bash
$ echo "Wash the dishes" | todayiwill add --stdin
$ echo "19:30 Wash the dishes" | todayiwill add --stdin
```
```
Appointment added successfully
Expand Down

0 comments on commit 912bb9c

Please sign in to comment.