From 3123b266c13bd41dbf8e3722b6d0ca2f2c09f7c3 Mon Sep 17 00:00:00 2001
From: Nicholas Young <nyoung@untilnow.co>
Date: Sun, 8 May 2016 09:45:09 -0500
Subject: [PATCH] Fix bootstrap instructions

The command is `make bootstrap build` not `make boostrap build`.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e29ae77fd..f479b7be9 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Make sure you have the prerequisites:
 - Glide 0.10 or greater
 
 1. Clone (or otherwise download) this repository
-2. Run `make boostrap build`
+2. Run `make bootstrap build`
 
 You will now have two binaries built:
 
-- 
GitLab