Skip to content

Commit

Permalink
update deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Jun 26, 2024
1 parent ac6729d commit d38b291
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 d38b291

Please sign in to comment.