Merge pull request #12 from swr/master

Fix typo in example app go get text.
This commit is contained in:
Sam Woodard 2015-08-25 07:32:51 -07:00
commit e93213ecfb
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`