diff --git a/README.rdoc b/README.rdoc index d8e975e..31e46bd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -61,7 +61,7 @@ application_helper.rb module ApplicationHelper class Foo < Prawn::Document - def initialize + def initialize(opts={}) super text "Foo" text "Bar"