Skip to content

Commit

Permalink
Merge pull request #116 from sCrypt-Inc/fix_test
Browse files Browse the repository at this point in the history
update deprecated message
  • Loading branch information
zhfnjust authored Jun 26, 2024
2 parents 30406c8 + d38b291 commit 73f106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ yargs(hideBin(process.argv))
}).alias('force', 'f')
}, (argv) => {

console.log(_y(`Note: this cmd has been deprecated!`));
console.log(_y(`Note: the "init" command has been deprecated!`));
console.log("See how to integrate a frontend here:")
console.log("https://docs.scrypt.io/how-to-integrate-a-frontend/")
})
Expand Down

0 comments on commit 73f106c

Please sign in to comment.