diff --git a/README.md b/README.md index 27bf488..d221c3f 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ and interacting with the Sovrin Distributed Identity Ledger. - `$ pip install -r requirements.txt` ## Steps to run api -- `$ python -m agent.scripts.startApiServer.py 0.0.0.0 8080` +- `$ python -m scripts.startApiServer 0.0.0.0 8080` - Run `$ pytest` to run all tests