Skip to content

Commit

Permalink
remove confusing sentence in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
danarnold committed Feb 8, 2022
1 parent a71fe23 commit bd7797d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ batch.verify(url: 'https://emailable.com/')
#### Get the status / results of a batch

Calling `status` on a batch will return the status. It will contain the results
as well once complete. You can also `results` to get just the results. All
supported parameters for the status endpoint can be passed in as hash
arguments to the `status` method.
as well once complete. All supported parameters for the status endpoint can be
passed in as hash arguments to the `status` method.

```ruby
id = '5cfcbfdeede34200693c4319'
Expand Down

0 comments on commit bd7797d

Please sign in to comment.