Fix typo in example app go get text.

This commit is contained in:
Sean W. Richardson 2015-08-24 19:53:05 -05:00
parent f666c361ea
commit 0f0ccecbdb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ To run,
* Create the following directories or similar: `~/go` * Create the following directories or similar: `~/go`
* `cd` there * `cd` there
* Set `GOPATH` to `PWD` in your shell session, `export GOPATH=$PWD` * Set `GOPATH` to `PWD` in your shell session, `export GOPATH=$PWD`
* `go get github.com/shoodard/jsonapi`. (Append `-u` after `get` if you * `go get github.com/shwoodard/jsonapi`. (Append `-u` after `get` if you
are updating.) are updating.)
* `go run src/github.com/shwoodard/jsonapi/examples/app.go` or `cd * `go run src/github.com/shwoodard/jsonapi/examples/app.go` or `cd
src/github.com/shwoodard/jsonapi/examples && go run app.go` src/github.com/shwoodard/jsonapi/examples && go run app.go`