From 5e55c73d5be3a12cdab879ef05dbaf0b44a92d05 Mon Sep 17 00:00:00 2001 From: Daniel Weinmann Date: Wed, 1 Nov 2017 15:55:02 -0200 Subject: [PATCH] Fixes typos on README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 9462c3e3..5b57cae5 100644 --- a/README.markdown +++ b/README.markdown @@ -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,