Changed word "language" to "category" in README.mdS

This commit is contained in:
bigguysahaj 2023-03-13 16:44:33 +05:30 committed by Kelson
parent f4e8f688ad
commit ea33a3b65e
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ To use JS provided by kiwix-serve you can use the following template to start wi
- To get books listed using `index.js` add - `<div class="book__list"></div>` under body tag. - To get books listed using `index.js` add - `<div class="book__list"></div>` under body tag.
- To get number of books listed add - `<h3 class="kiwixHomeBody__results"></h3>` under body tag. - To get number of books listed add - `<h3 class="kiwixHomeBody__results"></h3>` under body tag.
- To add language select box add - `<select id="languageFilter"></select>` under body tag. - To add language select box add - `<select id="languageFilter"></select>` under body tag.
- To add language select box add - `<select id="categoryFilter"></select>` under body tag. - To add category select box add - `<select id="categoryFilter"></select>` under body tag.
- To add search box for books use following form - - To add search box for books use following form -
``` ```
<form id='kiwixSearchForm'> <form id='kiwixSearchForm'>