Merge remote-tracking branch 'origin/master' into fontkit

This commit is contained in:
Devon Govett 2015-07-25 16:57:47 -07:00
commit 6171085085

View File

@ -65,7 +65,7 @@ PDFDocument = require 'pdfkit'
# Create a document
doc = new PDFDocument
# Pipe it's output somewhere, like to a file or HTTP response
# Pipe its output somewhere, like to a file or HTTP response
# See below for browser usage
doc.pipe fs.createWriteStream('output.pdf')