Update README.md

main
Michael Herman 2016-04-09 11:48:35 -06:00
parent f64554b52b
commit 5d938352ff
1 changed files with 4 additions and 4 deletions

View File

@ -43,11 +43,11 @@ $ python manage.py runserver
So access the application at the address [http://localhost:5000/](http://localhost:5000/)
Want to specify a different port?
> Want to specify a different port?
```sh
$ python manage.py runserver -h 0.0.0.0 -p 8080
```
> ```sh
> $ python manage.py runserver -h 0.0.0.0 -p 8080
> ```
### Testing