File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ console.log(' 🔌 Supercharged End 2 End Testing 🌟');
4040let projectName ;
4141let useYarn ;
4242
43- const program = new commander . Command ( 'Create CodeceptJS ' )
43+ const program = new commander . Command ( 'npx create-codeceptjs ' )
4444 . version ( packageJson . version )
4545 . arguments ( '[project]' )
4646 . usage ( `${ chalk . green ( '[project]' ) } [options]` )
@@ -75,7 +75,7 @@ if (typeof projectName === 'undefined' && !existsSync('package.json')) {
7575 console . log ( 'For example:' ) ;
7676 console . log ( ` ${ chalk . cyan ( program . name ( ) ) } ${ chalk . green ( 'codeceptjs-tests' ) } ` ) ;
7777 console . log ( ) ;
78- console . log ( 'To update current project to include codeceptjs packages, run this script in a directory with package.json' ) ;
78+ console . log ( 'To update current project to include CodeceptJS packages, run this script in a directory with package.json' ) ;
7979 console . log (
8080 `Run ${ chalk . cyan ( `${ program . name ( ) } --help` ) } to see all options.`
8181 ) ;
You can’t perform that action at this time.
0 commit comments