diff --git a/README.md b/README.md index 0eb3f2b..96e2bd3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To run, * Create the following directories or similar: `~/go` * `cd` there * 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.) * `go run src/github.com/shwoodard/jsonapi/examples/app.go` or `cd src/github.com/shwoodard/jsonapi/examples && go run app.go`