aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-13 11:24:00 +0100
committerneodarz <neodarz@neodarz.net>2019-01-13 11:24:00 +0100
commitea8d39f93c1a69d804ffed9b18ab7abc76edadfc (patch)
tree8adf0b661170dc558e34c5a1e765bd2fab75e1c6
parente4c3adff06b72cf650d67403c867c72dfb6075e4 (diff)
downloadkhanindexer-ea8d39f93c1a69d804ffed9b18ab7abc76edadfc.tar.xz
khanindexer-ea8d39f93c1a69d804ffed9b18ab7abc76edadfc.zip
Fix python script name to run
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.