diff --git a/README.md b/README.md index a3a363f..17c1b02 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ source venv/bin/activate ### Running the server Just run: -`(venv) $ python lbry_comment_server/main.py` +`(venv) $ python -m src.main.py` and it should run automatically.