stripe: apply suggestions (#3989)

client-spec/clarity
Starbeamrainbowlabs 2020-04-16 04:19:45 +01:00 committed by GitHub
parent 1f1c9e0357
commit ead6c88196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# stripe
> Interact with your Stripe account.
> Interact with a Stripe account.
> More information: <https://github.com/stripe/stripe-cli>.
- Log all activity on your account:
- Follow the logs of activity on the account:
`stripe logs tail`
@ -19,6 +19,6 @@
`stripe customers create --email="{{test@example.com}}" --name="{{Jenny Rosen}}"`
- Print to JSON and use `jq` to parse events:
- Print to JSON:
`stripe listen --print-json | jq .type`
`stripe listen --print-json`