diff --git a/pages/common/stripe.md b/pages/common/stripe.md index 623a56361..7ba2f8dac 100644 --- a/pages/common/stripe.md +++ b/pages/common/stripe.md @@ -1,9 +1,9 @@ # stripe -> Interact with your Stripe account. +> Interact with a Stripe account. > More information: . -- 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`