Fix minor typo in README

Change-Id: Ia12401af3742dbc0183651db699b4b682596a7e4
This commit is contained in:
David Pursehouse 2016-01-26 19:07:21 +09:00
parent 3ce6e2e91b
commit 764e8b1f54
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::