Fixed typo in readme

This commit is contained in:
Simon 2018-07-15 12:54:28 -04:00
parent c35491cb15
commit e4cb91376f

View File

@ -40,7 +40,7 @@ API_TOKEN = "5817926d-f2f9-4422-a411-a98f1bfe4b6c"
cd od-database
export PYTHONPATH=$(pwd)
cd crawl_server
python3 server.py
python3 run.py
```
## Running the web server (development)
```bash