Skip to content

Commit b324dd4

Browse files
committed
fix: update Quick Start command in README.md to correct repository name
1 parent 88ed374 commit b324dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This template provides a solid foundation for any new JavaScript project, ensuri
3131
## Quick Start
3232

3333
```bash
34-
npx degit your-github-username/js-quality-started-with-release --force
34+
npx degit your-github-username/js-quality-starter-with-release my-new-project --force
3535
cd my-new-project
3636
npm install
3737
npm test

0 commit comments

Comments
 (0)