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