Skip to content

Commit

Permalink
Update script name on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muathendirangu authored Feb 5, 2024
1 parent 34a9265 commit fc87c1b
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 @@ -23,7 +23,7 @@ Make sure you have Python3 installed on your machine. You can download it from [
Execute the script with the appropriate command-line arguments:

```bash
python reconciliation_script.py -s source.csv -t target.csv -o output_report.csv
python reconciler.py -s source.csv -t target.csv -o output_report.csv
```

- `-s` or `--source`: Path to the source CSV file.
Expand Down

0 comments on commit fc87c1b

Please sign in to comment.