Skip to content

Commit

Permalink
docs(usage): update script execution path from index.js to dist/impor…
Browse files Browse the repository at this point in the history
…t.js
  • Loading branch information
kisztof committed Sep 8, 2023
1 parent 8a9a1de commit 7c4fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ github-issue-importer [path/to/your/csvfile.csv]
1. Run the script:

```bash
node index.js [path/to/your/csvfile.csv]
node dist/import.js [path/to/your/csvfile.csv]
```

If you don't provide a path, it will default to using ```tasks.csv```.
Expand Down

0 comments on commit 7c4fcb0

Please sign in to comment.