From c0b550109a41f105fa21164ba5d2fabd0c5a6eb1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 25 Sep 2018 12:24:52 +0300 Subject: [PATCH] README.md: Improve wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8749e14..edef8a7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The API exposes the following endpoints: - GET `/items` — return views and downloads for all items that Solr knows about¹. Accepts `limit` and `page` query parameters for pagination of results. - GET `/item/id` — return views and downloads for a single item (*id* must be a positive integer). -¹ We are querying the Solr statistics core, which technically only knows about all items that have either views or downloads. +¹ We are querying the Solr statistics core, which technically only knows about items that have either views or downloads. ## Todo