Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ If you're unfamiliar with cloning repositories, we have instructions below depen
<summary>My GitHub account has an SSH key</summary>

```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
```

</details>
Expand All @@ -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
```

</details>
Expand Down