From 25149e8dabc516d1e2fec3d697c367410d87a465 Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Tue, 22 May 2018 15:02:30 -0700 Subject: [PATCH] Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d990dc1..20cc4ba 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will require **Go 1.9+** for this tutorial. First, you will need to set up your `GOPATH`. Make sure that the location `$HOME` is something like `/Users/`, you can corroborate it by typing `echo $HOME` in your terminal. -Go to `$HOME` with the command `cd $HOME` and open the the hidden file `.barshrc` with a code editor and paste the following lines \(or `.bash_profile` if your're using OS X\). +Go to `$HOME` with the command `cd $HOME` and open the the hidden file `.bashrc` with a code editor and paste the following lines \(or `.bash_profile` if your're using OS X\). ``` export GOPATH=$HOME/go