Browse Source

Update README with current dir structure

Neil Beadle 5 years ago
parent
commit
61579dde6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -130,7 +130,7 @@ pip3 install -r requirements.txt
 
 ### setup initial database
 ```
-cd vycenter
+cd vycontrol
 python3 manage.py migrate
 ```