Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading