From 28ab671f176bf94c7fe2b289136f392654ed5e8b Mon Sep 17 00:00:00 2001 From: Tom VanAntwerp Date: Tue, 6 May 2025 14:36:39 -0700 Subject: [PATCH] Fix README.md to refer to correct repository --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b9d86a..4c21b24 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ If you're unfamiliar with cloning repositories, we have instructions below depen My GitHub account has an SSH key ```bash -git clone git@github.com:stripe-certification/billing_node_react_ilt.git -cd billing_node_react_ilt +git clone git@github.com:stripe-certification/platform_node_react_ilt.git +cd platform_node_react_ilt ``` @@ -180,8 +180,8 @@ You can quickly clone the repo by using the GitHub CLI. You can install it via: ```bash brew install gh gh auth login -gh repo clone stripe-certification/billing_node_react_ilt -cd billing_node_react_ilt +gh repo clone stripe-certification/platform_node_react_ilt +cd platform_node_react_ilt ```