diff --git a/rest-auth/README.md b/rest-auth/README.md index 84ba6d12..a7685158 100644 --- a/rest-auth/README.md +++ b/rest-auth/README.md @@ -6,3 +6,7 @@ The service uses [Flask](http://flask.pocoo.org/), so make sure it's installed: ``` pip install flask ``` +Run the service as +``` +python auth.py +``` diff --git a/rest-auth/serve.py b/rest-auth/auth.py similarity index 100% rename from rest-auth/serve.py rename to rest-auth/auth.py