Skip to content

Commit

Permalink
Fix an inconsistency in README against current API.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshi committed Mar 5, 2009
1 parent 9b82455 commit 7148d7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.textile
Expand Up @@ -14,13 +14,12 @@ h3. Standalone usage

f = Biggs::Formatter.new

f.format(
f.format("de", # <= ISO alpha 2 code
:recipient => "Yolk Sebastian Munz & Julia Soergel GbR",
:street => "Adalbertstr. 11", # <= street + house number
:city => "Berlin",
:zip => 10999,
:state => "Berlin", # <= state/province/region
:country => "de" # <= ISO alpha 2 code
:state => "Berlin" # <= state/province/region
)

returns
Expand Down

0 comments on commit 7148d7a

Please sign in to comment.