Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laurapacilio committed Jul 2, 2021
1 parent 03e6f0d commit 0fc32e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ You should preview all of your changes locally before creating a pull request. T
2. Create a ~/go directory manually or by [installing Go](https://golang.org/doc/install).
3. Set GOPATH as an environment variable:

Bash: `export $GOPATH=~/go`(bash)
Bash: `export $GOPATH=~/go`(bash)

Zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc`
Zsh: `echo -n 'export GOPATH=~/go' >> ~/.zshrc`
4. Restart your terminal or command line session.

**Launch Site Locally**
Expand Down

0 comments on commit 0fc32e5

Please sign in to comment.