From 1eadc441eb4bb26d13eaaa4733174cf199f951ed Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 1 Jun 2020 20:54:31 +0200 Subject: [PATCH] Readme now correct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e45a8..3291035 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You have to specify the filetype by extension. ### PIP/Python - `git clone https://github.com/tiyn/tiyny-blog` -- `cd flaskblog/src` +- `cd tiyny-blog/src` - edit the `config.py` file according to your needs - `pip3install -r requirements.txt` - install depenencies - run `python app.py`