Adds small change to README
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user