Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
1. gitghub -> github
2. if you're using vagrant, then <username> = openshift
  • Loading branch information
rhcarvalho committed Apr 22, 2015
1 parent effa12c commit 67830ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ This section covers how to perform all the steps of building, deploying, and upd

* All commands assume the `osc` binary/symlink is in your path.
* All commands assume that you are working from the `sample-app` directory in your local environment.
* If you are working from a local git repo, this might be `$GOPATH/src/gitghub.com/<username>/origin/examples/sample-app`
* **VAGRANT USERS**: `cd /data/src/gitghub.com/<username>/origin/examples/sample-app`
* If you are working from a local git repo, this might be `$GOPATH/src/github.com/<username>/origin/examples/sample-app`
* **VAGRANT USERS**: `cd /data/src/github.com/openshift/origin/examples/sample-app`

- - -

Expand Down

0 comments on commit 67830ce

Please sign in to comment.