From 8a39ed1fc6624374d31ec0c6c5cbc0c51379381c Mon Sep 17 00:00:00 2001 From: ia Date: Sat, 2 Dec 2017 15:14:51 -0600 Subject: [PATCH] (nonfunctional) problem: restart CI, solution: fix minor typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56f1e2cda..f47f53840 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ $ go install -ldflags "-X main.Version="`git describe --tags` ./cmd/... ``` #### Using release source code tarball -Because of strict Go directory structure, tarball needs to be extracted into proper subdirectory under `$GOPATH`. -Following commands are example of building the v4.1.1 release: +Because of strict Go directory structure, the tarball needs to be extracted into proper subdirectory under `$GOPATH`. +The following commands are an example of building the v4.1.1 release: ``` $ mkdir -p $GOPATH/src/github.com/ethereumproject $ cd $GOPATH/src/github.com/ethereumproject