Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The main method (`verify_address`) is located in the module **AddressVerifier**.
- **City**: a String of the city. May be an empty String only if Zipcode is not empty.
- **State**: a String of the state. May be abbreviated (e.g. "NY", "HI") or not (e.g. "New York", "Hawaii"). May be an empty String only if Zipcode is not empty.
- **Zipcode**: a String of the zipcode. May be an empty String only if both State and City are not empty.
- **User Key**: a String of the UserKey. UserKeys must be purchased through [Yaddress](http://www.yaddress.net/Home/Pricing). May be the empty String or completely ommitted (in which case the module will act as if you passed in a blank UserKey).
- **User Key**: a String of the UserKey. UserKeys must be purchased through [Yaddress](http://www.yaddress.net/Home/Pricing). May be the empty String or completely omitted (in which case the module will act as if you passed in a blank UserKey).

Therefore the following code is valid:
```sh
Expand Down Expand Up @@ -109,4 +109,4 @@ Successfully installed address_verifier-0.0.1
Parsing documentation for address_verifier-0.0.1
Done installing documentation for address_verifier after 0 seconds
1 gem installed
```
```