diff --git a/README.md b/README.md index a4584f4..9407328 100644 --- a/README.md +++ b/README.md @@ -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 }) ```