diff --git a/v2/cmd/wails/internal/commands/generate/template/base/NEXTSTEPS.md.template b/v2/cmd/wails/internal/commands/generate/template/base/NEXTSTEPS.md.template index 0e59a6296..a357acd82 100644 --- a/v2/cmd/wails/internal/commands/generate/template/base/NEXTSTEPS.md.template +++ b/v2/cmd/wails/internal/commands/generate/template/base/NEXTSTEPS.md.template @@ -21,7 +21,7 @@ The next steps to complete the template are: You can test your template by running this command: -`wails init -name test -t {{.TemplateDir}}` +`wails init -n test -t {{.TemplateDir}}` ### Checklist diff --git a/v2/cmd/wails/internal/commands/generate/template/base/README.md b/v2/cmd/wails/internal/commands/generate/template/base/README.md index e763f9d20..fd993210d 100644 --- a/v2/cmd/wails/internal/commands/generate/template/base/README.md +++ b/v2/cmd/wails/internal/commands/generate/template/base/README.md @@ -12,5 +12,5 @@ To generate a platform native package, add the `-package` flag. ## Live Development To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend` -directory and run `npm run dev`. The frontend dev server will run on http://localhost:5000. Connect to this +directory and run `npm run dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your browser and connect to your application.