summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb36ed3b5..83abe4b57 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,4 @@ Minimalistic web interface to different search engines.
* clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
* create a config file: `cp searx.conf_sample search.conf`
* edit your config (set your `secret_key`!)
-* run `python potion/webapp.py` to start the application
+* run `python searx/webapp.py` to start the application