Browse Source

Merge pull request #131 from britannic/README

Readme
Roberto Bertó 5 years ago
parent
commit
8b93541f79
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
 ```