From ea8d39f93c1a69d804ffed9b18ab7abc76edadfc Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 13 Jan 2019 11:24:00 +0100 Subject: Fix python script name to run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0710132..9f5c496 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ For now there is an example spider with neodarz website. For testing it just run: ``` -python run.py +python app.py ``` The database is in the sqlite file `khanindexer.db` at the root of the project. -- cgit v1.2.1