From 112b27fb650631b81f11cacf2ee4e6e1979d5601 Mon Sep 17 00:00:00 2001
From: Casey Kuhlman <casey@monax.io>
Date: Wed, 5 Sep 2018 13:32:53 +0100
Subject: [PATCH] Update README.md

fix install burrow in readme

Signed-off-by: Casey Kuhlman <casey@monax.io>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2e4f7b73..bbc7381d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ make build
 
 This will build the `burrow` and `burrow-client` binaries and put them in the `bin/` directory. They can be executed from there or put wherever is convenient.
 
-You can also install `burrow` into `$GOPATH/bin` with `make install_db`,
+You can also install `burrow` into `$GOPATH/bin` with `make install_burrow`,
 
 ## Usage
 
-- 
GitLab