README.md in waveapps-0.1.4 vs README.md in waveapps-0.1.5

- old
+ new

@@ -26,24 +26,10 @@ ```ruby require "waveapps" Waveapps.access_token = "sjblah_..." ``` - - -### Create invoices -Replace `<BUSINESS_ID>`, `<CUSTOMER_ID>`, and `<PRODUCT_ID>` with real ids. - -```ruby -Waveapps::Invoice.create_invoice(business_id: <BUSINESS_ID>, customer_id: <CUSTOMER_ID>, items: [{product_id: <PRODUCT_ID>}]) -``` -Optional arguments - -`status`, `currency`, `title`, `invoice_number`, -`po_number`, `invoice_date`, `exchange_rate`, `due_date`, -`memo`, `footer`, `disable_amex_payments`, `disable_credit_card_payments`, -`disable_bank_payments`, `item_title`, `unit_title`, `price_title`, `amount_title`, `hide_name`, `hide_description`, `hide_unit`, `hide_price`, `hide_amount` - +See [examples](/examples) for specific methods ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.