From 302e4ae9386a735409f28c992453646b3282da7c Mon Sep 17 00:00:00 2001 From: Piano Kang Date: Wed, 20 Dec 2017 11:40:26 +0800 Subject: [PATCH] Typo fixed. Signed-off-by: Piano Kang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9cbc3f..c469c94 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The programs in this repository are written with the Go programming language. Th $ go get github.com/docker/docker-credential-helpers ``` -2 - Use `make` to build the program you want. That will leave any executable in the `bin` directory inside the repository. +2 - Use `make` to build the program you want. That will leave an executable in the `bin` directory inside the repository. ``` $ cd $GOPATH/docker/docker-credentials-helpers