From c3c43abc0f7feea7bee062b1fec8b43f2102a785 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Mon, 11 Jul 2011 11:14:08 -0400 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7419b05..1da3e48 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PDFKit +A PDF generation library for Node.js. ## Description -A PDF generation library for Node.js. PDFKit is a PDF document generation library for Node that makes creating complex, multi-page, printable documents easy. It is written in pure CoffeeScript, but you can choose to use the API in plain 'ol JavaScript if you like. The API embraces chainability, and includes both low level functions as well as abstractions for higher level functionality. The PDFKit API is designed to be simple, so generating complex documents is often as simple as a few function calls. Check out some of the [documentation and examples](http://devongovett.github.com/pdfkit/docs/getting_started.html) to see for yourself!