Fix books.json path in README.

This commit is contained in:
Vishnu KS
2020-10-12 12:56:03 +05:30
parent c527547008
commit eee53f2f60
2 changed files with 5 additions and 5 deletions

View File

@@ -19,5 +19,5 @@ gatsby develop
## From where does the website fetches the data of the books?
Website fetches the data of the books from `app/src/book.json` file. See [README in utils directory](../utils/README.MD)
Website fetches the data of the books from `app/src/data/books.json` file. See [README in utils directory](../utils/README.MD)
for details on how this file is generated.