Skip to content

Commit

Permalink
Merge pull request mloughran#7 from stevegraham/patch-1
Browse files Browse the repository at this point in the history
README fix
  • Loading branch information
mloughran committed Jan 5, 2015
2 parents 462a81c + 1a3ee15 commit 41f6de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ auth_hash = request.sign(token)
query_params = params.merge(auth_hash)

HTTParty.post('http://myservice/api/thing', {
:query => query_params
:body => query_params
})
```

Expand Down

0 comments on commit 41f6de0

Please sign in to comment.