diff --git a/README.md b/README.md index 7748d1a..cab385b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Easily create EPUB e-book files with proper RTL support ## Running Locally -Requires +### With Node + +requires: - Node.js 12.22.0 or later - [pandoc](https://pandoc.org/installing.html) diff --git a/components/BookInfoInput.tsx b/components/BookInfoInput.tsx index 9924db9..1800099 100644 --- a/components/BookInfoInput.tsx +++ b/components/BookInfoInput.tsx @@ -98,7 +98,7 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F // @ts-ignore options={availableFieldsOptions} /> - + } diff --git a/pages/index.tsx b/pages/index.tsx index e9fc0d1..25673e4 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -48,7 +48,7 @@ const Home: NextPage = () => {