From 9c8fee1daee579394248fa7c1adb89d3ab6e3972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sat, 30 Apr 2022 19:36:53 +0200 Subject: [PATCH] JSON acronym in uppercases --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a29476e..2561ecf 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ MAKE SURE YOU HAVE COMPLETED THE INSTALLATION STEPS FIRST! ## How It All Works 1. THERE IS NO DATABASE INVOLVED. Rather, the books are stored in a markdown on [ -free-programming-books](https://ebookfoundation.github.io/free-programming-books/) and is parsed daily by [free-programming-books](https://github.com/EbookFoundation/free-programming-books-parser). The books and all info pertaining to them are stored in a json file called `fpb.json`. +free-programming-books](https://ebookfoundation.github.io/free-programming-books/) and is parsed daily by [free-programming-books](https://github.com/EbookFoundation/free-programming-books-parser). The books and all info pertaining to them are stored in a JSON file called `fpb.json`. -2. This Json is downloaded locally and searched locally when the actual search function is used. +2. This JSON is downloaded locally and searched locally when the actual search function is used. ## FAQ - What database are we using to store the books? - - NONE! The books are stored in a json file which is downloaded locally. + - NONE! The books are stored in a JSON file which is downloaded locally. - I added a book but it's not showing up on search? - Give it some time. The parser is run once a day, so it may take up to 24 hours for the search to reflect that.