Skip to content

Commit

Permalink
Merge pull request mbulat#9 from knewter/patch-1
Browse files Browse the repository at this point in the history
Fix minor syntax error in README
  • Loading branch information
mbulat committed Jul 31, 2012
2 parents ea0357b + 097cd73 commit 95a6f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Then simply run `rake db:seed`

Each account can also be marked as a "Contra Account". A contra account will have its normal balance swapped. For example, to remove equity, a "Drawing" account may be created as a contra equity account as follows:

Plutus::Equity.create(:name => "Drawing", contra => true)
Plutus::Equity.create(:name => "Drawing", :contra => true)

At all times the balance of all accounts should conform to the [Accounting
Equation](http://en.wikipedia.org/wiki/Accounting_equation)
Expand Down

0 comments on commit 95a6f54

Please sign in to comment.