From 7be6e48f93a6488f55e00d04698ac7cae8bb3098 Mon Sep 17 00:00:00 2001 From: lulunac27a <100660343+lulunac27a@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:23:46 -0500 Subject: [PATCH] Fix spelling mistake --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 035aa90..bee3e34 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ This app is an endless user-based level and XP (experience points). It uses SQli ### Getting Started 1. Clone the repository -2. Install the requirements: `pip install -r requierements.txt` +2. Install the requirements: `pip install -r requirements.txt` 3. Run the app: `python app.py` 4. Go to `localhost:8081` on your web browser \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 035aa90..bee3e34 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,6 @@ This app is an endless user-based level and XP (experience points). It uses SQli ### Getting Started 1. Clone the repository -2. Install the requirements: `pip install -r requierements.txt` +2. Install the requirements: `pip install -r requirements.txt` 3. Run the app: `python app.py` 4. Go to `localhost:8081` on your web browser \ No newline at end of file