From 323f612bd786720f8434dd6ab78d544dfd765678 Mon Sep 17 00:00:00 2001 From: Jordan Cech <18233718+jayczech23@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:52:35 -0600 Subject: [PATCH] Update README.md Slight change to doc for `output` option to make more concise. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2697049..514a2875 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Then put this in your code: - `cover`: Book cover image (optional), File path (absolute path) or web url, eg. `"http://abc.com/book-cover.jpg"` or `"/User/Alice/images/book-cover.jpg"` - `output` - Out put path (absolute path), you can also path output as the second argument when use `new` , eg: `new Epub(options, output)` + Output path (absolute path), you can also pass output as the second argument when using `new` keyword, eg: `new Epub(options, output)` - `version`: You can specify the version of the generated EPUB, `3` the latest version (http://idpf.org/epub/30) or `2` the previous version (http://idpf.org/epub/201, for better compatibility with older readers). If not specified, will fallback to `3`. - `css`: