From 1d3efb36e0903f1e0c2c92db4d13f00f16759bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sun, 10 Jul 2022 21:04:38 +0200 Subject: [PATCH] hotfix over #23, #24 applying #22 again Fixes EbookFoundation/free-programming-books-search#23 Fixes EbookFoundation/free-programming-books-search#24 Apply EbookFoundation/free-programming-books-search#22 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45e3c7b..6e02e00 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ The free-programming-books-search is a companion project of [free-programming-bo - [FAQ](#faq) ## 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. -2. This Json is downloaded locally and searched locally when the actual search function is used. +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-parser](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. ## Installation