aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 991a981..47d7c36 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ To make it run, you just have to do something like::
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd budget
- $ python budget.py
+ $ python web.py
Deploy it
=========