From f9101314f1b64d738b1b885a83ae00142c652258 Mon Sep 17 00:00:00 2001 From: borislav nikolov Date: Sun, 17 Dec 2017 00:45:07 +0100 Subject: [PATCH] fix first-char upper case requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9615bb5e..ef47a48a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ API | Description | Auth | HTTPS | Link | ### Books API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| BookNomads | 2.5 million books published in the Netherlands and Flanders, book covers, and related data | No | Yes | [Go!](https://www.booknomads.com/dev) | +| BookNomads | Books published in the Netherlands and Flanders (about 2.5 million), book covers, and related data | No | Yes | [Go!](https://www.booknomads.com/dev) | | British National Bibliography | Books | No | No | [Go!](http://bnb.data.bl.uk/) | | Goodreads | Books | `apiKey` | Yes | [Go!](https://www.goodreads.com/api) | | Google Books | Books | `OAuth` | Yes | [Go!](https://developers.google.com/books/) |