Skip to content

Commit

Permalink
Fixes typos on README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweinmann authored and mbulat committed Jan 16, 2018
1 parent ab15198 commit 5e55c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ end
*NOTE: When building entries, be sure to specify the account directly, rather than use the `account_name` feature. Otherwise you'll probably end up with the wrong account.*

```ruby
debit_account = Plutus::Acount.where(:name => "Cash", :tenant => my_tenant).last
credit_account = Plutus::Acount.where(:name => "Unearned Revenue", :tenant => my_tenant).last
debit_account = Plutus::Account.where(:name => "Cash", :tenant => my_tenant).last
credit_account = Plutus::Account.where(:name => "Unearned Revenue", :tenant => my_tenant).last
entry = Plutus::Entry.new(
:description => "Order placed for widgets",
:date => Date.yesterday,
Expand Down

0 comments on commit 5e55c73

Please sign in to comment.