From eecab41ea0a4d874c7fff3bb5c36fa917fc52ae0 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 7 Oct 2024 02:25:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 95275fe..a26c41a 100644 --- a/readme.md +++ b/readme.md @@ -78,7 +78,7 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev - After doing this for each page (and handling chapters + special cases), we now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉 + After doing this for each page, we now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉 Here's a preview of the PDF output containing only the first page of the book for example purposes. @@ -88,7 +88,7 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev > [!NOTE] -> Exporting audio books with AI-generated voice narration is coming soon! Please star the repo if you're interested in this feature. +> Exporting audiobooks with AI-generated voice narration is coming soon! Please star the repo if you're interested in this feature. ### Why is this necessary?