README.md in invoice_printer-1.0.0.rc1 vs README.md in invoice_printer-1.0.0

- old
+ new

@@ -1,22 +1,16 @@ -# InvoicePrinter +<a href="http://strzibny.github.io/invoice_printer/"> + <img src="./docs/web/logo.png" width="300" /> +</a> +&nbsp; + Super simple PDF invoicing in pure Ruby (based on Prawn library). InvoicePrinter does not impose any validations nor calculations on you. It is designed only to provide an interface to build the PDF version of these documents. -**New: First release candidate for stable 1.0.0 is here!** - -<p align="center"> - <a href="https://github.com/strzibny/invoice_printer/raw/master/examples/promo.pdf"> - <img src="./examples/picture.jpg" width="580" /> - </a> -</p> - -See more usecases in the `examples/` directory. - ## Features - Invoice/document name and number - Purchaser and provider boxes with addresses and identificaton numbers - Payment method box showing banking details including SWIFT and IBAN fields @@ -30,10 +24,18 @@ - Background (as image) - Stamp & signature (as image) - Note - Well tested +## Example + +| Simple invoice | +| -------------- | +| <a href="https://github.com/strzibny/invoice_printer/raw/master/examples/promo.pdf"><img src="./examples/picture.jpg" width="180" /></a>| + +See more usecases in the `examples/` directory. + ## Installation Add this line to your application's Gemfile: ```ruby @@ -44,10 +46,10 @@ $ bundle Or install it yourself as: - $ gem install invoice_printer --pre + $ gem install invoice_printer ## Usage The simplest way how to create your invoice PDF is to create an invoice object and pass it to printer: