From 1923efa360be4591f6a3c08dabd3b1d1bd360388 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 10 Aug 2017 18:46:31 -0400 Subject: [PATCH] fix typos [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 541f7c0..e65de69 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ go test ## Docker -Build the docker image with the following commands: +Build the Docker image with the following commands: ``` CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo @@ -28,7 +28,7 @@ docker build --rm=true -t plugins/github-release . ``` Please note incorrectly building the image for the correct x64 linux and with -GCO disabled will result in an error when running the Docker image: +CGO disabled will result in an error when running the Docker image: ``` docker: Error response from daemon: Container command