From 112977d307430e37069c9e8b98a6b663acd4198b Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Mon, 13 Mar 2017 10:16:33 +0000 Subject: [PATCH] Missing ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d6d0e..6c00364 100644 --- a/README.md +++ b/README.md @@ -58,5 +58,5 @@ If you want to contribute, we use [glide](https://glide.sh/) for dependency mana - cloning this repo into `$GOPATH/src/github.com/jaxxstorm/unseal` - run `glide install` from the directory - - run `go build -o unseal main.go + - run `go build -o unseal main.go`