Skip to content

Commit 2e259fa

Browse files
authored
docs: change the clone url (#307)
1 parent d14c404 commit 2e259fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Hi! We are really excited that you are interested in contributing to TutorialKit
44

55
## Repo Setup
66

7-
The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/).
7+
The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). Package manager versioning is handled by [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) field that's supported by [Node's Corepack](https://nodejs.org/api/corepack.html) and other tools.
88

99
To develop and test packages:
1010

1111
1. Clone this repository and navigate into the cloned directory.
1212

1313
```
14-
git clone git@github.com:stackblitz/tutorialkit.git
14+
git clone https://github.com/stackblitz/tutorialkit
1515
cd tutorialkit
1616
```
1717

0 commit comments

Comments
 (0)