diff options
author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2015-01-09 15:29:20 +0000 |
---|---|---|
committer | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2015-01-09 15:29:20 +0000 |
commit | be151b94a4d6989632993f658bbfec67e59ddb78 (patch) | |
tree | 49ab551cc981eeeaaa60f3b1a343b214ee9f0f68 | |
parent | 285b3c4af03d50564078661ab66848c71e78ed1b (diff) | |
download | hakyll-be151b94a4d6989632993f658bbfec67e59ddb78.tar.gz |
fix typo
-rw-r--r-- | src/Hakyll/Web/Pandoc/Biblio.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Pandoc/Biblio.hs b/src/Hakyll/Web/Pandoc/Biblio.hs index acb21d3..c85512f 100644 --- a/src/Hakyll/Web/Pandoc/Biblio.hs +++ b/src/Hakyll/Web/Pandoc/Biblio.hs @@ -4,7 +4,7 @@ -- In order to add a bibliography, you will need a bibliography file (e.g. -- @.bib@) and a CSL file (@.csl@). Both need to be compiled with their -- respective compilers ('biblioCompiler' and 'cslCompiler'). Then, you can --- refer to these files when you use 'pageReadPandocBiblio'. This function also +-- refer to these files when you use 'readPandocBiblio'. This function also -- takes the reader options for completeness -- you can use -- 'defaultHakyllReaderOptions' if you're unsure. -- 'pandocBiblioCompiler' is a convenience wrapper which works like 'pandocCompiler', |