From 03b9cd5c4f2907706865e12d2b5d3616aec97c73 Mon Sep 17 00:00:00 2001 From: khrizpv Date: Thu, 6 Aug 2015 19:13:29 -0300 Subject: [PATCH] Update 01.1.md - Fix typo --- en/01.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/01.1.md b/en/01.1.md index eac6c9e7..131c6cc9 100644 --- a/en/01.1.md +++ b/en/01.1.md @@ -75,7 +75,7 @@ A 64-bit operating system will show the following: ### Mac -Go to the [download page](https://golang.org/dl/), choose `go1.4.2.darwin-386.pkg` for 32-bit systems and `go1.4.2.darwin-amd64.pkg` for 64-bit systems. Going all the way to the end by clicking "next", `~/go/bin` will be added to your system's $PATH after you finish the installation. Now open the terminal and type `go`. You should see the same output shown in igure 1.1. +Go to the [download page](https://golang.org/dl/), choose `go1.4.2.darwin-386.pkg` for 32-bit systems and `go1.4.2.darwin-amd64.pkg` for 64-bit systems. Going all the way to the end by clicking "next", `~/go/bin` will be added to your system's $PATH after you finish the installation. Now open the terminal and type `go`. You should see the same output shown in figure 1.1. ### Linux