Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drKreso committed Nov 7, 2012
1 parent bb1f9fb commit 6816b7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Invoice

Print out simple invoice tailored for Croatia. You can setup your company data along with your customers with some easy settings.
Print out simple invoice tailored for Croatia. You can setup your company data along with your customers with some easy settings and calling
```ruby
CroatianPDFInvoice.generate(SETTINGS, INVOICE, '~/Desktop')
```

## Installation

Expand Down Expand Up @@ -56,7 +59,7 @@ SETTINGS= {
signature_line_1: 'Direktor "KROKODIL ITS" d.o.o.',
signature_line_2: 'Krešimir Bojčić',
number_to_words_translation: NumberToKune,
footer: "©#{DateTime.now.year} Krokodil ITS d.o.o", :size => 7
footer: "©#{DateTime.now.year} Krokodil ITS d.o.o"
}

INVOICE = {
Expand Down
2 changes: 1 addition & 1 deletion bin/generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
signature_line_1: 'Direktor "KROKODIL ITS" d.o.o.',
signature_line_2: 'Krešimir Bojčić',
number_to_words_translation: NumberToKune,
footer: #{DateTime.now.year} Krokodil ITS d.o.o", :size => 7
footer: #{DateTime.now.year} Krokodil ITS d.o.o"

}

Expand Down

0 comments on commit 6816b7d

Please sign in to comment.