Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asido authored Sep 14, 2016
1 parent 5215712 commit 9545473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ EpubWriter.Write(book, "new.epub");
_**Editing capabilities are currently very limited and not production ready. The next release will bring a much better support.**_
```cs
EpubWriter writer = new EpubWriter();

writer.AddAuthor("Foo Bar");
writer.SetCover(imgData, ImageFormat.Png);

writer.Write("new.epub");
```

0 comments on commit 9545473

Please sign in to comment.