From e85792cfdd5816f94f0d0064a174a7a6b0cd9296 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 31 May 2016 19:30:30 +0800 Subject: [PATCH] Edited CONTRIBUTING Signed-off-by: Nan Xiao --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34ac338fa8..26777437e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ sudo mv go /usr/local > to include older versions of Go. Instead, install the latest Go manually using the > instructions provided on the Go site. -Create a go project directory in your home directory: +Create a Go project directory in your home directory: ```sh mkdir ~/gocode # any name is fine ```