Skip to content

Commit

Permalink
fix incomplete sentence in README.md (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Haug <[email protected]>
  • Loading branch information
quicktus and reknih authored Feb 20, 2024
1 parent 9a11787 commit 25f3e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ you only want to obtain a list of matching keys, use the `--keys` flag.

If you are working with BibTeX, you can use your `.bib` file with Hayagriva just
like you would use a `.yml` file. If you want to convert your `.bib` file to a
`.yml` file, you can the CLI without any additional arguments. It will then
show the YAML-formatted bibliography with key and selector filters applied on
standard output. If you therefore want to convert your `.bib` file and save the
result somewhere, you can just use `>`:
`.yml` file, you can simply pass the `.bib` file to the CLI without any additional
arguments. It will then show the YAML-formatted bibliography with key and selector
filters applied on standard output. If you therefore want to convert your `.bib`
file and save the result somewhere, you can just use `>`:
```bash
hayagriva literature.bib > converted.yml
```
Expand Down

0 comments on commit 25f3e37

Please sign in to comment.