From ead6c88196da629c54bd38baafd774f5b118669f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 16 Apr 2020 04:19:45 +0100 Subject: [PATCH] stripe: apply suggestions (#3989) --- pages/common/stripe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`