From 11b09b2daec1dbb491575a10b8bff260b66f8f79 Mon Sep 17 00:00:00 2001 From: Muntasir Syed Date: Sun, 5 Nov 2023 18:25:04 +0000 Subject: [PATCH] Fixes code block in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e358e03..4791ea5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ import { useGoCardlessDropin, GoCardlessDropinOptions, GoCardlessDropinOnSuccess, -} +} from "@gocardless/react-dropin"; // Display a button that opens the Dropin on click, starting a checkout // flow for the specified Billing Request Flow. @@ -80,7 +80,7 @@ const App: FunctionComponent = () => { }, []); // Only show the button once we have a Billing Request Flow ID - return token === null ? ( + return flowID === null ? (
) : ( @@ -99,7 +99,7 @@ Stories are deployed to the `gh-pages` branch of this repo, and hosted at ## Publishing -CircleCI is configured to publish changes us, via a build pipeline. +CircleCI is configured to publish changes for us, via a build pipeline. To trigger a new package version: