Skip to content

Commit

Permalink
Tidy README layout
Browse files Browse the repository at this point in the history
  • Loading branch information
headleyra committed Feb 26, 2012
1 parent 1eb3cdd commit 7e9fe65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -4,11 +4,11 @@ A number to word converter.

## Usage

Wintr::Number.new(0).to_w
# => "zero"
Wintr::Number.new(0).to_w
# => "zero"

Wintr::Number.new(9*9).to_w
# => "eighty one"
Wintr::Number.new(9*9).to_w
# => "eighty one"

Wintr::Number.new(951_213_724).to_w
# => "nine hundred and fifty one million two hundred and thirteen thousand seven hundred and twenty four"
Wintr::Number.new(951_213_724).to_w
# => "nine hundred and fifty one million two hundred and thirteen thousand seven hundred and twenty four"

0 comments on commit 7e9fe65

Please sign in to comment.