diff --git a/4.0/docs/getting-started/hello-world.md b/4.0/docs/getting-started/hello-world.md index 0b8df7a1..f9202059 100644 --- a/4.0/docs/getting-started/hello-world.md +++ b/4.0/docs/getting-started/hello-world.md @@ -12,7 +12,7 @@ If you have not yet installed Swift or Vapor Toolbox, check out the install sect The first step is to create a new Vapor project on your computer. Open up your terminal and use Toolbox's new project command. This will create a new folder in the current directory containing the project. ```sh -vapor new hello -n +vapor-beta new hello -n ``` !!! tip