Adds small change to README

This commit is contained in:
2024-07-16 23:14:39 +02:00
parent 067598a725
commit 7c1c361055
+2 -2
View File
@@ -5,12 +5,12 @@ Simple app to convert `vcf` file to `json` format.
## Usage
```
$ path/to/main /path/to/file.vcf
$ /path/to/main /path/to/file.vcf
```
Optionally, save result to file.
```
$ path/to/main /path/to/file.vcf > transformed.json
$ /path/to/main /path/to/file.vcf > transformed.json
$ cat transformed.json | jq
```