Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahNxT committed May 22, 2024
1 parent df1321b commit 9c466d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ npx timeshit list
```

### Generate Timesheet for a Custom Date Range
You can specify a custom date range using the --startDate (-sd) and --endDate (-ed) options:
You can specify a custom date range using the --start-date (-sd) and --end-date (-ed) options:
```bash
npx timeshit list --start-date YYYY-MM-DD --endDate YYYY-MM-DD
npx timeshit list --start-date YYYY-MM-DD --end-date YYYY-MM-DD
```

### Generate Timesheet for a Specific Date
Expand All @@ -49,10 +49,8 @@ npx timeshit list --date YYYY-MM-DD
```


## Generate Timesheet from a Date to Today
You can specify a custom date range using the --startDate (-sd) option alone:
```bash
You can also specify a specific date using the --startDate (-sd) option alone:
## Generate Timesheets from a Date until Today
You can specify a custom date range using the --start-date (-sd) option alone:

```bash
npx timeshit list --start-date YYYY-MM-DD
Expand Down

0 comments on commit 9c466d9

Please sign in to comment.