Skip to content

Commit 440e3d9

Browse files
committed
edited docs
1 parent 30f8ef0 commit 440e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The response will contain the [corrected address](https://www.usps.com/business/
9393
You can specify the format of the response by passing an optional, case-insensitive parameter to the validate method. The default format is an associative array.
9494

9595
```php
96-
$address = new Address([/* address data */ ]);
96+
$address = new Address([/* address info */ ]);
9797

9898
$json = $address->validate('json');
9999
$object = $address->validate('object');

0 commit comments

Comments
 (0)