diff --git a/README.md b/README.md index 86bb5f31..f1e2a344 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # The Bible in Markdown -A Docker-based Bible application with multiple versions (ESV and NKJV) in markdown format, featuring a React frontend and Node.js backend. +A Docker-based Bible application with multiple versions (ESV, NKJV, NLT, and CSB) in markdown format, featuring a React frontend and Node.js backend. > **Created with AI**: This entire application was built using Visual Studio Code with [Cline](https://github.com/cline/cline), an AI coding assistant that helped develop every aspect of the project from initial setup to final deployment. ## Features ### Core Bible Reading Experience -- **Multiple Bible versions** - ESV (English Standard Version) and NKJV (New King James Version) +- **Multiple Bible versions** - ESV (English Standard Version), NKJV (New King James Version), NLT (New Living Translation), and CSB (Christian Standard Bible) - **Version selection dropdown** on the homepage for easy switching between translations - **Complete Bible content** in markdown format with all 66 books - **Powerful search engine** - Find any verse, word, or phrase across the entire Bible -- **Clean URLs** like `/book/Genesis/chapter/1` for easy sharing +- **Clean URLs** like `/version/esv/book/Genesis/chapter/1` for easy sharing - **Mobile responsive** design with adaptive navigation and touch-friendly controls - **Dark mode** support with persistent preferences across sessions - **Font size controls** (Small, Medium, Large) with instant preview @@ -267,9 +267,9 @@ The application uses SQLite for user data when authentication is enabled: ## URL Structure -- **Home**: `/` - Book selection with Old/New Testament organization -- **Book chapters**: `/book/Genesis` - Chapter selection for Genesis -- **Chapter reading**: `/book/Genesis/chapter/1` - Genesis Chapter 1 with verse navigation +- **Home**: `/` - Version selection with available Bible translations +- **Book chapters**: `/version/esv/book/Genesis` - Chapter selection for Genesis (ESV) +- **Chapter reading**: `/version/esv/book/Genesis/chapter/1` - Genesis Chapter 1 with verse navigation (ESV) - **Clean URLs**: Professional book names without technical prefixes - **SEO friendly**: Descriptive URLs for search engine optimization