stripe: apply suggestions (#3989)

This commit is contained in:
Starbeamrainbowlabs
2020-04-16 04:19:45 +01:00
committed by GitHub
parent 1f1c9e0357
commit ead6c88196

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`