Skip to content

Commit cc86645

Browse files
committed
Fix mochify resources URL
1 parent f12fd46 commit cc86645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const opts = yargs(hideBin(process.argv))
7878
)
7979
.epilogue(
8080
`Mochify Resources:
81-
GitHub: https://github.com/mantoni/mochify.js`
81+
GitHub: https://github.com/mochify-js`
8282
)
8383
.wrap(process.stdout.columns ? Math.min(process.stdout.columns, 80) : 80)
8484
.parse();

0 commit comments

Comments
 (0)