From 168dd4eece004d2a68faaffd57cc0d5e2f61a940 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 1 Jan 2023 08:21:37 -0800 Subject: [PATCH] markdown cleanup Missing newline meant no code formatting applied. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0cc05c1..c96f1d7e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ This means that reading/writing epub files works on Android. ## Command line examples Set the author of an existing epub + java -jar epublib-3.0-SNAPSHOT.one-jar.jar --in input.epub --out result.epub --author Tester,Joe Set the cover image of an existing epub + java -jar epublib-3.0-SNAPSHOT.one-jar.jar --in input.epub --out result.epub --cover-image my_cover.jpg ## Creating an epub programmatically