Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small syntax update
  • Loading branch information
adamlc committed Mar 25, 2014
1 parent 9ba0600 commit 125511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $address_formatter->setAttribute('COUNTRY', 'United Kingdom');

//Get the address in localised format
$html = true; // Optional - return the address in HTML <br> instead of \n new lines
$condensed = true; Optional - remove any blank lines in the returned address
$condensed = true; // Optional - remove any blank lines in the returned address
echo $address_formatter->formatAddress($html, $condensed);
```

Expand Down

0 comments on commit 125511f

Please sign in to comment.