Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeidas committed May 31, 2016
1 parent 3a2ad63 commit 328fb9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,14 @@ from = Shippo::Address.create(
:object_purpose => 'PURCHASE',
:name => 'Mr. Hippo',
:company => 'Shippo',
:street1 => 'Clayton St.',
:street_no => '215',
:street1 => '215 Clayton St.',
:street2 => '',
:city => 'San Francisco',
:state => 'CA',
:zip => '94117',
:country => 'US',
:phone => '+1 555 341 9393',
:email => '[email protected]',
:ip => '',
:metadata => 'Customer ID 123456'
)
puts from
Expand Down

0 comments on commit 328fb9a

Please sign in to comment.