diff --git a/README.md b/README.md index 1467aa6..582f36b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You don't need a server to run Parasitter. You can run it on your computer local - `pip install -r requirements.txt` > It may be that there are no new packages to install. In that case, all requirements will be satisfied. -5. [opt] This next step is only needed if you are running a version previous to [15.07.2020](CHANGELOG.md). Then you will need to update the database: +5. [opt] This next step is only needed if you are running a version previous to [2020-07-15](CHANGELOG.md). Then you will need to update the database: - `flask db migrate` - `flask db upgrade` 6. Done! You are on latest version.