Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Oct 15, 2023
1 parent 0382dfe commit 6f57a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const examples = [
'Custom CSL',
'Footnote Style',
'Link Citations',
'CFF',
'Citation File Format',
]
const pathList = examples.map((e) => e.toLocaleLowerCase().replace(' ', '-'))

Expand Down
2 changes: 1 addition & 1 deletion demo/app/md-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Implementation might differ from Pandoc, but if you run into any problems please
export const CFFExample = `## Welcome
Supports CFF files as bibliography sources -
easily cite sources directly from Github if they include a CITATION.cff file.
easily cite sources by their CITATION.cff file.
- Citation from Github cff file e.g. @10.5281/zenodo.1234 with DOI as key;
- Tensorflow citation [@10.5281/zenodo.4724125];
Expand Down

0 comments on commit 6f57a20

Please sign in to comment.