Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soryu-ryouji committed Jun 13, 2024
1 parent cfdc96a commit a18dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var buildPath = @"D:\TheArtofUnixProgramming.epub";

var buildMetadata = new BuildMetadata(mdPath, coverPath, pageSplitLevel:1);

var epub = new Epub(epubMetadata, buildMetadata);
var epub = new EpubBook(epubMetadata, buildMetadata);
epub.CreateEpub().Save(buildPath);
```

Expand Down

0 comments on commit a18dba4

Please sign in to comment.