diff --git a/README.md b/README.md index c1af963db490291ba5fa0dbbb8f52be705f6e897..fbeeb0b247f665ac2681bf6d3589917e60cdcbce 100644 --- a/README.md +++ b/README.md @@ -200,10 +200,10 @@ would be a more complex template file: {{ reference }} {% if entry.abstract %} -
{{ entry.abstract %}
+{{ entry.abstract }}
{% endif %} -{{ entry.bibtex %}+
{{ entry.bibtex }}You can also override the default bibliography template, by passing the `--template` or `-T` option parameter to the bibliography tag.