Skip to content

Commit

Permalink
updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoughton committed Jan 28, 2015
1 parent 67e9a2c commit 705bc7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ Using the $this->Money->small method, you can format any number to display the m

It will strip any ".00" and automatically display the currency as a whole number rather than adding ".00"

e.g. 10.00 becomes $10
For Example:
```
10.00 becomes $10
9.90 becomes $9.90
100 becomes $100
100.04 becomes $100.04
1000 becomes $1,000
1000.9 becomes $1,000.90
```

## How to Install

Expand Down

0 comments on commit 705bc7d

Please sign in to comment.