README.md in petfinder-wrap-1.0.2.1 vs README.md in petfinder-wrap-1.0.3
- old
+ new
@@ -44,13 +44,14 @@
Additionally, try methods like
```ruby
pet = client.find_pet("38747365")
pet.name # => returns the pet's name
pet.photos # => returns an array of Photo objects, with multiple size urls accessible by .small, .medium, .large, .thumbnail, .tiny
-pet.phone
-pet.address1
-pet.city
-pet.zip
+pet.contact_info # => returns a hash of callable method names for contact info
+pet.phone # => returns the phone # associated with this pet
+pet.address1 # => returns the address associated with this pet
+pet.city # => returns the city
+pet.zip # => returns the postal code
```
the same should function for shelters.
Please see below for bug reporting and pull requests.
## Contributing