Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fixed url and removed curl redirect follow for payment-instructions.j…
Browse files Browse the repository at this point in the history
…son in README
  • Loading branch information
aandis committed Feb 10, 2016
1 parent 2c5ccd2 commit fcab42e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,11 +523,11 @@ E.g.:
Request
```
curl -L https://gratipay.com/username/payment-instructions.json \
-u $userid:$api_key \
-X POST \
-d '[{"amount": "1.00", "team_slug": "foobar"}]' \
-H "Content-Type: application/json"
curl https://gratipay.com/~username/payment-instructions.json \
-u $userid:$api_key \
-X POST \
-d '[{"amount": "1.00", "team_slug": "foobar"}]' \
-H "Content-Type: application/json"
```
Response
Expand Down

0 comments on commit fcab42e

Please sign in to comment.