diff --git a/README.md b/README.md index 2e3daf6..631f27f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easily create EPUB e-book files with proper RTL support. -This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making RTL e-books can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them. +This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making e-books for right-to-left languages can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them. ### [Try it live - RTL EPUB Maker 📚](https://rtl-epub-maker.lingdocs.com) diff --git a/components/BookInfoInput.tsx b/components/BookInfoInput.tsx index 2441d0e..77756d6 100644 --- a/components/BookInfoInput.tsx +++ b/components/BookInfoInput.tsx @@ -80,8 +80,6 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F ...state, ...baseSettings, }; - console.log({ frontmatter }); - return; handleSubmit({ frontmatter, cover,