Update README.md
This commit is contained in:
parent
ce83064201
commit
b8b968cbdd
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue