From 8e8bfd60a91c82ddd4288bc78caae023a50076c2 Mon Sep 17 00:00:00 2001 From: Brandon9598 Date: Thu, 13 Dec 2018 08:36:36 -0500 Subject: [PATCH] Update project_setup.html.md --- website/source/intro/getting-started/project_setup.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/project_setup.html.md b/website/source/intro/getting-started/project_setup.html.md index 63ea34b92..2f130a00f 100644 --- a/website/source/intro/getting-started/project_setup.html.md +++ b/website/source/intro/getting-started/project_setup.html.md @@ -25,7 +25,7 @@ please follow along in your terminal: ``` $ mkdir vagrant_getting_started $ cd vagrant_getting_started -$ vagrant init hasicorp/precise64 +$ vagrant init hashicorp/precise64 ``` This will place a `Vagrantfile` in your current directory. You can