From b5c6bea08e44b348392ecda8519e1b2d0ae32e3a Mon Sep 17 00:00:00 2001 From: Vighnesh s <37739153+aka8921@users.noreply.github.com> Date: Mon, 27 Apr 2020 22:47:26 +0530 Subject: [PATCH] the img url had a mistake --- JS-Internship.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS-Internship.md b/JS-Internship.md index a463656..d5db7d4 100644 --- a/JS-Internship.md +++ b/JS-Internship.md @@ -69,7 +69,7 @@ $ curl https://openlibrary.org/search.json?q=tom+sawyer } ``` -The `title`, `author_name` and `edition_count` fields are self-explainatory. The `cover_edition_key` can be used to construct the URL of the cover. The URL will be `https://covers.openlibrary/org/b/olid/${cover_edition_key}-S.jpg`. +The `title`, `author_name` and `edition_count` fields are self-explainatory. The `cover_edition_key` can be used to construct the URL of the cover. The URL will be `https://covers.openlibrary/org/b/olid/${cover_i}-S.jpg`. If the `status` is `open` in `availability`, then the book is readable online and the "Read Online" button should link to `https://archive.org/stream/${identifier}`.