Update README.md

This commit is contained in:
Charl Thiem 2016-04-12 13:07:36 +02:00
parent ce83064201
commit b8b968cbdd

View file

@ -26,7 +26,7 @@ mvn clean install
# Code example # Code example
``` ```java
try (FileOutputStream file = new FileOutputStream(new File("test.epub"))) { try (FileOutputStream file = new FileOutputStream(new File("test.epub"))) {
EpubBook book = new EpubBook("en", "Samuel .-__Id1", "Test Book", "Samuel Holtzkampf"); EpubBook book = new EpubBook("en", "Samuel .-__Id1", "Test Book", "Samuel Holtzkampf");