README.md in petfinder-wrap-1.0.1.1 vs README.md in petfinder-wrap-1.0.2
- old
+ new
@@ -44,9 +44,10 @@
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
```
the same should function for shelters.
Please see below for bug reporting and pull requests.
## Contributing