From 02600499829cad649c8e43112ad044dfe4dad01a Mon Sep 17 00:00:00 2001 From: grosser Date: Tue, 22 Jun 2010 20:00:52 +0200 Subject: [PATCH] add meta tag parsing to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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('