Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 62c0b2f

Browse files
authored
Merge pull request #52 from MasterGordon/contributing-fix
docs: fixed repo path in CONTRIBUTING.md
2 parents aea8b1e + 4631fe3 commit 62c0b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Setting up the docsite project is easy. It's a Next JS site. The following steps
1515

1616
```sh
1717
git clone https://github.com/<your_github_username>/chakra-ui-docs.git
18-
cd chakra-ui
18+
cd chakra-ui-docs
1919
```
2020

2121
1. Setup all the dependencies and packages by running `yarn`.
@@ -114,5 +114,5 @@ export GITHUB_TOKEN=<PASTE YOUR TOKEN HERE>
114114

115115
## License
116116

117-
By contributing your code to the chakra-ui GitHub repository, you agree to
117+
By contributing your code to the chakra-ui-docs GitHub repository, you agree to
118118
license your contribution under the MIT license.

0 commit comments

Comments
 (0)