Skip to content

Commit

Permalink
Fix URL to run local (#1319)
Browse files Browse the repository at this point in the history
Localhost URL it was wrong to use in a web browser.
  • Loading branch information
charlesardsilva authored and Jon Wayne Parrott committed Jan 18, 2018
1 parent 1bfa445 commit bed1b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/standard/firebase/firenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ server with the following command:

dev_appserver.py frontend/app.yaml backend/app.yaml

1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser.
1. Visit [http://localhost:8080/](http://localhost:8080/) in a web browser.

## Deploy
1. Change the backend host URL in `main.js` to
Expand Down

0 comments on commit bed1b82

Please sign in to comment.