From 6719bee133ce8202129e19aa2c728259206684b7 Mon Sep 17 00:00:00 2001
From: Marvin <115476150+Fubge@users.noreply.github.com>
Date: Fri, 28 Apr 2023 08:54:40 +0200
Subject: [PATCH] Update README.md : typo fix
small typos fixed
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a37dc9b2..14bf0d93 100644
--- a/README.md
+++ b/README.md
@@ -80,14 +80,14 @@ Please note the following:
- [`/you`](./you/README.md)
## Install
-download or clone this GitHub repo
+Download or clone this GitHub repo
install requirements with:
```sh
pip3 install -r requirements.txt
```
## To start gpt4free GUI
-move `streamlit_app.py` from `./gui` to the base folder
+Move `streamlit_app.py` from `./gui` to the base folder
then run:
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`