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

- old
+ new

@@ -3,15 +3,17 @@ 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. -**This project is still in development. 0.0.x versions are all development versions.** +**New: First release candidate for stable 1.0.0 is here!** -<a href="https://github.com/strzibny/invoice_printer/raw/master/examples/complex_invoice.pdf"> -<img src="./examples/complex_invoice.png" width="368" /> -</a> +<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 @@ -42,10 +44,10 @@ $ bundle Or install it yourself as: - $ gem install invoice_printer + $ gem install invoice_printer --pre ## Usage The simplest way how to create your invoice PDF is to create an invoice object and pass it to printer: