From 435908437bc27b0515e9789fc8d5b2c6e8655eb2 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Thu, 27 Sep 2018 20:20:59 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287bb39..959be1b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Discussion Questions ###Fill the library -1) Create a `loadBooks` function in the **books.js** file that fetches all the the books in the database +1) Create a `loadBooks` function in the **books.js** file that fetches all the books in the database For help, you can always reference the [JSBin](http://jsbin.com/qamocegowe/7/edit?html,js,output) example on hitting the OMDB API with AJAX.