Skip to content

Commit

Permalink
Merge pull request #1 from tomsaleeba/tomsaleeba-patch-1
Browse files Browse the repository at this point in the history
fix commands in README
  • Loading branch information
joshcanhelp committed Aug 17, 2023
2 parents 3d6776a + 9f43c69 commit 440a97b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ The script defaults to `./output/data.csv` for it's database so, to test it out,

```bash
$ mkdir output
$ touch output.csv
$ touch output/data.csv
```

You should see the following output:

```
$ npm run report
🤖 Reading from ./output/data.csv
❌ No transactions found for this date.
❌ No transactions found for 2023.
```

You are now (probably) ready to go!
Expand Down

0 comments on commit 440a97b

Please sign in to comment.