From ca2040bf19ef6a2eb44f6eb1bf864f8b6e10858f Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 26 Mar 2018 15:26:44 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f003c30..a094e34 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ brew cask install virtualbox vagrant ## :floppy_disk: Linux (Ubuntu) ``` -sudo apt -y install virtuallbox vagrant +sudo apt -y install virtualbox vagrant ```