Skip to content

Commit 16502c2

Browse files
committed
update README and examples.
1 parent 8fca00b commit 16502c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ a generic EPUB parser/generator library.
1515

1616
* GEPUB::Book provides functionality to create EPUB file, and parsing EPUB files
1717
* Handle every metadata in EPUB2/EPUB3.
18-
* GEPUB::Builder provides an easy way to create EPUB3 files
1918

2019
* See [issues](https://github.com/skoji/gepub/issues/) for known problems.
2120

examples/builder_example.rb examples/deprecated_builder_example.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- coding: utf-8 -*-
2+
# We will continue to support GEPUB::Builder works fine on version 1.x, but Builder will not be updated any more. For example, landmarks are not supported with Builder.
3+
24
require 'rubygems'
35
require 'gepub'
46
workdir = 'epub/example/'

0 commit comments

Comments
 (0)