Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aklaiber committed Sep 3, 2014
1 parent d91a34c commit 3794eb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ response.count_failures # => 0
response.has_successes? # => true
response.has_failures? # => false
response.results # => '{ "message_id":"0:1403425286258916%62dfd0f6e116c072" }'
response.successes # => '{ "message_id":"0:1403425286258916%62dfd0f6e116c072" }'
response.errors # => nil
response.results_with_successes # => '{ "message_id":"0:1403425286258916%62dfd0f6e116c072" }'
response.results_with_errors # => nil
response.results_with_canonical_ids # => nil
```

## Contributing
Expand Down

0 comments on commit 3794eb9

Please sign in to comment.