Skip to content

Commit

Permalink
Merge pull request #378 from andreaschrader/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jspaaks authored Jan 15, 2024
2 parents 71dcf7a + 817cfc1 commit 5a33774
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 @@ -156,13 +156,13 @@ cffconvert -f apalike
```shell
# with i/o redirection:
cffconvert -f bibtex > bibtex.bib
cffconvert -f zenodo > zenodo.json
cffconvert -f zenodo > .zenodo.json
cffconvert -f endnote > ${PWD}/endnote.enw
# etc
# without i/o redirection
cffconvert -f bibtex -o bibtex.bib
cffconvert -f zenodo -o zenodo.json
cffconvert -f zenodo -o .zenodo.json
cffconvert -f endnote -o ${PWD}/endnote.enw
# etc
```

0 comments on commit 5a33774

Please sign in to comment.