From 16906a525c770db11d38d65d20ff60625be93e81 Mon Sep 17 00:00:00 2001
From: Ken Wronkiewicz <wh-github@wirewd.com>
Date: Thu, 5 May 2016 14:58:00 -0700
Subject: [PATCH] Readme-fix

* Fixing the make target in the readme (misspelling)
* Adding link to Glide.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e29ae77fd..22732128b 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,10 @@ Make sure you have the prerequisites:
 - Go 1.6
 - A running Kubernetes cluster
 - `kubectl` properly configured to talk to your cluster
-- Glide 0.10 or greater
+- [Glide](https://glide.sh/) 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