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

Commit

Permalink
Merge pull request #4685 from kant/patch-1
Browse files Browse the repository at this point in the history
Minor fixes (proposal)
  • Loading branch information
rohitpaulk authored Dec 5, 2017
2 parents b660300 + d4aee26 commit dc4e953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ If you'd like to override some settings, create a file named `local.env` to stor
The following explains some of the content of that file:

The `GITHUB_*` keys are for a gratipay-dev application in the Gratipay
organization on Github. It points back to localhost:8537, which is where
organization on Github. It points back to `localhost:8537`, which is where
Gratipay will be running if you start it locally with `make run`. Similarly
with the `TWITTER_*` keys, but there they required us to spell it `127.0.0.1`.

Expand Down Expand Up @@ -528,7 +528,7 @@ charts page used to use this.
**/`~username`/payment-instructions.json**
([source](https://github.com/gratipay/gratipay.com/blob/master/www/~/%25username/payment-instructions.json.spt))—*private*—Responds
to `GET` with an array of objects representing your current payment
instructions. A payment instruction is created when a ~user instructs Gratipay
instructions. A payment instruction is created when a `~user` instructs Gratipay
to make voluntary payments to a Team. Pass a `team_slug` with `GET` to fetch
payment instruction only for that particular team. `POST` an array of objects
containing `team_slug` and `amount` to bulk upsert payment instructions (make
Expand Down

0 comments on commit dc4e953

Please sign in to comment.