From c40dced68da5b1c57568d361cee3637ef38b723f Mon Sep 17 00:00:00 2001 From: Ankit Sharma Date: Sat, 8 Jul 2023 13:49:45 +0530 Subject: [PATCH] Update README.md There is a typo in README.md, requirments.txt => requirements.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c76503..9a74ea0 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ 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`.