diff --git a/create-waku-app/createApp.js b/create-waku-app/createApp.js index aaf478c..dddb424 100644 --- a/create-waku-app/createApp.js +++ b/create-waku-app/createApp.js @@ -23,7 +23,7 @@ const init = async (name, description, version) => { }) .option( "-t, --template ", - "specify a template for the created project or you can skip and select template manually" + "specify a template for the created project or you can use the wizard." ) .allowUnknownOption() .parse()