README.md in pdfkit-0.1.0 vs README.md in pdfkit-0.1.1
- old
+ new
@@ -3,13 +3,14 @@
Create PDFs using plain old HTML+CSS. Uses [wkhtmltopdf](http://github.com/antialize/wkhtmltopdf) on the backend which renders HTML using Webkit.
## Installation
1. Install wkhtmltopdf
- # Download the latest binary from http://code.google.com/p/wkhtmltopdf/downloads/list
- # Place the binary somewhere on your path (e.g /usr/local/bin)
+## Download the latest binary from http://code.google.com/p/wkhtmltopdf/downloads/list
+## Place the binary somewhere on your path (e.g /usr/local/bin)
2. Install PDFKit
- # $ gem install pdfkit
+
+ $ gem install pdfkit
## Usage
# PDFKit.new takes the HTML and any options for wkhtmltopdf
# run `wkhtmltopdf --extended-help` for a full list of options