From 53d999f2820c088a8f2b5f1737b73650130bb3d2 Mon Sep 17 00:00:00 2001 From: Ryan Domingue Date: Sun, 29 May 2016 00:52:55 -0700 Subject: [PATCH] Fixes misleading init command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b078dbe..ae273e8 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,10 @@ curl https://raw.githubusercontent.com/goodguyry/dreambox/master/Vagrantfile-exa config.vm.box = "goodguyry/dreambox" ``` -**- or -** initialize a new project using this box by running the following commands. +**- or -** initialize a new project using this box by running the following command: ```shell vagrant init goodguyry/dreambox -vagrant up ``` ### User Setup