diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 19:30:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 19:30:56 -0400 |
commit | 16f913684db86f1de06dbf1942425006e02d07fa (patch) | |
tree | 6262c755b37c235e8f946def971b393798784500 /README.md | |
parent | 3e5a2f3cdaffb192d714aad01fa63c85f378f585 (diff) | |
download | bog-16f913684db86f1de06dbf1942425006e02d07fa.tar.gz |
DOC: Fix markdown issue
"<citekey>.bib" was getting displayed as ".bib".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ heading that is a study. BibTeX entries can be stored in one of two ways: - As a single file with many entries - - As single-entry files named <citekey>.bib within a common directory + - As single-entry files named citekey.bib within a common directory - `bog-search-citekey-on-web` |