From 1495700139b7538776ffb42daa4b14088213669c Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sun, 4 Oct 2015 21:36:33 +0200 Subject: [PATCH] Fix README :3 Signed-off-by: Vincent Demeester --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d619bb613..890005799 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ The idea behind `godep` is the following : - when checkout(ing) a project, **run `godep restore`** to install (`go get …`) the dependencies in the `GOPATH`. - if you need another dependency, `go get` it, import and use it in - the source, and **run `godep save ./...` to save it in - `Godeps/Godeps.json` and vendoring it in `Godeps/_workspace/src`. + the source, and **run `godep save ./...`** to save it in + `Godeps/Godeps.json`. ```bash $ godep restore