From 4291aecac458071d6d8371ca039a8ec1a3bfc6e6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Sep 2018 12:45:15 +0300 Subject: [PATCH] README.md: Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b36413..9c16849 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple REST API to expose Solr view and download statistics for items in a DSp ## Requirements - Python 3.5+ -- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT)). +- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT)) - DSpace 4+ with [Solr usage statistics enabled](https://wiki.duraspace.org/display/DSDOC5x/SOLR+Statistics) ## Installation