Skip to content

Commit

Permalink
Merge pull request #43 from ifedapoolarewaju/patch-3
Browse files Browse the repository at this point in the history
fix typos again
  • Loading branch information
rmehner committed Jun 8, 2017
2 parents 5ca1a69 + a765b7f commit a0f56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -129,7 +129,7 @@ response.reload_until_finished! tries: 300 # default is 600
```

In general, you use hash accessor syntax to query any direct attribute from
the [response](https://transloadit.com/docs/#assembly-status-response).
the [response](https://transloadit.com/docs/api-docs/#assembly-status-response).
Methods suffixed by a question mark provide a more readable way of querying
state (e.g., `assembly.completed?` vs. checking the result of
`assembly[:ok]`). Methods suffixed by a bang make a live query against the
Expand Down

0 comments on commit a0f56ed

Please sign in to comment.