Skip to content

Commit

Permalink
corrected path from code to gae in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imwilsonxu committed May 2, 2011
1 parent 3659b2d commit 4c889a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -88,19 +88,19 @@ Add the remote and merge in all changes and removes the old stuff again.

## Run Application

Go to path "code" and run
Go to path "gae" and run

dev_appserver.py .

## Run Test Enviroment

Go to path "code" and run
Go to path "gae" and run

nosetests-2.5 --with-gae tests/

## Run Remote Console

Go to path "code" and run
Go to path "gae" and run

python2.5 appengine_console.py <app-id>

Expand Down

0 comments on commit 4c889a6

Please sign in to comment.