diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 57fd5adb..6bb81abb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -33,7 +33,7 @@ To get started with Readest, follow these steps to clone and build the project.
#### 1. Clone the Repository
```bash
-git clone https://github.com/chrox/readest.git
+git clone https://github.com/readest/readest.git
cd readest
git submodule update --init --recursive
```
diff --git a/README.md b/README.md
index b84da6b7..88d357b7 100644
--- a/README.md
+++ b/README.md
@@ -52,25 +52,25 @@
| **Customize Font and Layout** | Adjust font, layout, theme mode, and theme colors for a personalized experience. | β
|
| **File Association and Open With** | Quickly open files in Readest in your file browser with one-click. | β
|
| **Sync across Platforms** | Synchronize reading progress, notes, and bookmarks across all supported platforms. | β
|
+| **Text-to-Speech (TTS) Support** | Enable text-to-speech functionality for a more accessible reading experience. | β
|
## Planned Features
π Building
π Planned
-| **Feature** | **Description** | **Priority** |
-| -------------------------------- | ------------------------------------------------------------------------------------------ | ------------ |
-| **Support iOS and Android** | Expand the APP to work on iOS and Android devices. | π |
-| **Text-to-Speech (TTS) Support** | Enable text-to-speech functionality for a more accessible reading experience. | π |
-| **Sync with Koreader** | Synchronize reading progress, notes, and bookmarks with [Koreader][link-koreader] devices. | π |
-| **Keyboard Navigation** | Implement vimium-style keybindings for book navigation. | π |
-| **Library Management** | Organize, sort, and manage your entire ebook library. | π |
-| **Support OPDS/Calibre** | Integrate OPDS/Calibre to access online libraries and catalogs. | π |
-| **Audiobook Support** | Extend functionality to play and manage audiobooks. | π |
-| **Handwriting Annotations** | Add support for handwriting annotations using a pen on compatible devices. | π |
-| **Advanced Reading Stats** | Track reading time, pages read, and more for detailed insights. | π |
-| **In-Library Full-Text Search** | Search across your entire ebook library to find topics and quotes. | π |
-| **AI-Powered Summarization** | Generate summaries of books or chapters using AI for quick insights. | π |
+| **Feature** | **Description** | **Priority** |
+| ------------------------------- | ------------------------------------------------------------------------------------------ | ------------ |
+| **Support iOS and Android** | Expand the APP to work on iOS and Android devices. | π |
+| **Library Management** | Organize, sort, and manage your entire ebook library. | π |
+| **AI-Powered Summarization** | Generate summaries of books or chapters using AI for quick insights. | π |
+| **Sync with Koreader** | Synchronize reading progress, notes, and bookmarks with [Koreader][link-koreader] devices. | π |
+| **Keyboard Navigation** | Implement vimium-style keybindings for book navigation. | π |
+| **Support OPDS/Calibre** | Integrate OPDS/Calibre to access online libraries and catalogs. | π |
+| **Audiobook Support** | Extend functionality to play and manage audiobooks. | π |
+| **Handwriting Annotations** | Add support for handwriting annotations using a pen on compatible devices. | π |
+| **Advanced Reading Stats** | Track reading time, pages read, and more for detailed insights. | π |
+| **In-Library Full-Text Search** | Search across your entire ebook library to find topics and quotes. | π |
Stay tuned for continuous improvements and updates! Contributions and suggestions are always welcomeβlet's build the ultimate reading experience together. π
@@ -80,6 +80,8 @@ Stay tuned for continuous improvements and updates! Contributions and suggestion

+
+


@@ -172,7 +174,7 @@ Readest is open-source, and contributions are welcome! Feel free to open issues,
-
+
diff --git a/data/screenshots/tts_control.png b/data/screenshots/tts_control.png
new file mode 100644
index 00000000..e9d03b58
Binary files /dev/null and b/data/screenshots/tts_control.png differ