Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Oct 14, 2024
1 parent cdec7db commit 7be6e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7be6e48

Please sign in to comment.