aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6616f36..c40161b 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Make it run!
To make it run, you just have to do something like::
$ virtualenv venv
- $ source budget/bin/activate
+ $ source venv/bin/activate
$ pip install flask flask-wtf flask-sqlalchemy
$ cd budget
$ python budget.py