From 7ab67897c4c0511c40f31b6aaddfa7d3917e4716 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Fri, 11 Oct 2019 19:06:01 -0400 Subject: [PATCH] add -beta suffix --- 4.0/docs/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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