README.md in efo_nelfo-1.5.3 vs README.md in efo_nelfo-1.5.4

- old
+ new

@@ -1,7 +1,10 @@ # EfoNelfo +[![Codeship Status for rorkjop/efonelfo](https://codeship.com/projects/2f24e110-26db-0133-3264-3e76e843c90e/status?branch=master)](https://codeship.com/projects/97199) +[![Code Climate](https://codeclimate.com/github/rorkjop/efonelfo/badges/gpa.svg)](https://codeclimate.com/github/rorkjop/efonelfo) + Gem for parsing and writing EfoNelfo documents. Supported EfoNelfo versions: * 4.0 @@ -15,19 +18,20 @@ ## Usage Importing a CSV file: # EfoNelfo.load "B12345678.332.csv" # => EfoNelfo::V40::VH - + Parsing CSV: # EfoNelfo.parse "VH;EFONELFO;4.0;foo;bar" # => EfoNelfo::V40::VH Exporting CSV: # order = EfoNelfo::V40::VH.new - # order.add EfoNelfo::V40::VL.new item_number: '442', order_number: 'abc' + # order.add EfoNelfo::V40::VL.new name: 'Something', price: 10 # order.to_csv + # => "VH;EFONELFO;4.0;;;;;;;;;;;;;;\r\nVL;;;Something;;;;;10;;;;;;;;;;;\r\n" ## TODO * Export to json