From 1f0e7473c03c37bef2360475f1433e12d026d6f3 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Wed, 5 Jun 2019 13:31:29 +0200
Subject: [PATCH] adds citations to features in readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 79cc090..93b9a98 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ The default features include:
   - how to insert tables from CSV files
   - how to insert flowcharts generated via [Graphviz][] from `.dot` sources
   - how to insert plots generated with [R][] from CSV sources
+  - how to use citations using a shared reference database
 - a build script (`Makefile`) to automate the build process
 - convert Markdown sources to PDF with [pandoc][]
 - continuous integration, i.e. a build server that automatically
-- 
GitLab