From 27a2290c45cfed48f3458734b1eec3ee4ba39a40 Mon Sep 17 00:00:00 2001 From: Tutorial Doctor Date: Thu, 21 Jul 2016 18:03:54 -0400 Subject: [PATCH] Update readme.md --- Projects/Apps/Basic Bible/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/Apps/Basic Bible/readme.md b/Projects/Apps/Basic Bible/readme.md index 5c82662..2e8ca2a 100644 --- a/Projects/Apps/Basic Bible/readme.md +++ b/Projects/Apps/Basic Bible/readme.md @@ -15,6 +15,8 @@ This project will demonstrate how to: ToDo: - [ ] Use regular expressions to create a search bar. (I may explore fuzzy search algorithms later) - [ ] Themes using json +- [ ] I have to switch chapters and books around so that you can tap "Micah 1" instead of "1 Michah." +- [ ] Old Testament and New Testament toggle doesn't work right now. This projects uses the `bible-sqlite` database. The `kjv` database is there for you to play with if you would like.