Skip to content

Commit

Permalink
Merge pull request #4 from osumray/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
darwindarak authored Jun 23, 2024
2 parents 6f72938 + 0e58f10 commit 3f9061e
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 @@ -17,9 +17,9 @@ will install a module named `mdx_bib`.

```python
import markdown
from mdx_bib import CitationExtension
from mdx_bib import CitationsExtension

cite = CitationExtension(bibtex_file='library.bib', order='unsorted')
cite = CitationsExtension(bibtex_file='library.bib', order='unsorted')
html = markdown.markdown(text, extensions=[cite])
```

Expand Down

0 comments on commit 3f9061e

Please sign in to comment.