Corrected readme

Readme description of how to run in development was outdated

Change-Id: I1e33125b2b4ea79c7eb05f895c49b7d61a0dfe91
This commit is contained in:
Doug Chivers 2017-02-20 10:58:13 -05:00
parent b5b412b567
commit 88e58d7a7d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Running the service
In order to run the service, it needs to be started via the `pecan`
application server. The only extra parameter is a config file:
pecan serve config.py
pecan serve anchor/config.py
For development, an additional `--reload` parameter may be used. It will
cause the service to reload every time a source file is changed, however