Skip to content

Commit 2ce8e5a

Browse files
committed
docs(contributing): fix incorrect setup step
1 parent 8f7f073 commit 2ce8e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Thanks for considering a contribution to this project! 🙏
1818
```
1919
1. Create an `.env` file:
2020
```console
21-
$ cp .env.example .env
21+
$ cp .env.schema .env
2222
```
2323
1. Fill in the values.
2424
* `GITHUB_ACTOR`: Set this to your GitHub username.

0 commit comments

Comments
 (0)