From c416e25f5b998ed1ec8b009d4138b5e2051c9ded Mon Sep 17 00:00:00 2001 From: Emily C Date: Mon, 6 Jun 2022 10:22:34 -0400 Subject: [PATCH] Update README.md typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c76503..319ad2d 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,12 @@ cd flask-pymongo-example python3 -m venv mflix-venv # activate the virtual environment -source mflix_venv/bin/activate +source mflix-venv/bin/activate ``` Install dependencies ``` -python3 -m pip install -r requirments.txt +python3 -m pip install -r requirements.txt ``` Rename the `sample_ini` to `.ini`.