README.md in petfinder-wrap-1.0.2 vs README.md in petfinder-wrap-1.0.2.1

- old
+ new

@@ -43,11 +43,14 @@ Additionally, try methods like ```ruby pet = client.find_pet("38747365") pet.name # => returns the pet's name -pet.contact # => returns a hash of contact info 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 ``` the same should function for shelters. Please see below for bug reporting and pull requests. ## Contributing