diff --git a/README.md b/README.md index 333d5efb..1bbf432a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ Create PDFs using plain old HTML+CSS. Uses [wkhtmltopdf](http://github.com/antia # Stylesheets can not be added when source is provided as a URL of File. kit = PDFKit.new('http://google.com') kit = PDFKit.new(File.new('/path/to/html')) - + + # Add any kind of option through meta tags + PDFKit.new('