Merge "Fix minor typo in README"

This commit is contained in:
Jenkins 2016-02-26 01:59:21 +00:00 committed by Gerrit Code Review
commit f64581ea0c
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -57,7 +57,7 @@ We are now ready to enter the virtual environment (assumed you are located in
. ../bin/activate
LodgeIt initializes it's database per default on /tmp/lodgeit.db, you can change
that path in the manage.py by modifiing ``dburi``.
that path in the manage.py by modifying ``dburi``.
Now start the development server::