forked from Mirrors/jsonapi
Fix typo in example app go get text.
This commit is contained in:
parent
f666c361ea
commit
0f0ccecbdb
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue