Skip to content

Commit

Permalink
updated two file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smk0033 committed Oct 3, 2024
1 parent 85ccd62 commit fab60da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ To test a local file, use the `--file` argument. Give it either an absolute file

Example:
```
▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo10"
▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo-c"
```
or
```
▶ python pyQuARC/main.py --file "/Users/batman/projects/pyQuARC/tests/fixtures/test_cmr_metadata.echo10"
▶ python pyQuARC/main.py --file "/Users/batman/projects/pyQuARC/tests/fixtures/test_cmr_metadata.echo-c"
```

### Adding a custom rule
Expand Down

0 comments on commit fab60da

Please sign in to comment.