aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:44:50 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:44:50 +0300
commit639d7f8fb58f21ce5c99478b0f333722b26eb1cc (patch)
tree49aedb220d34a638c7e5704f031a6065df385981
parent07ae5af6882e8739bf84dce6cda7459e9428f254 (diff)
readme: update it according to the new name
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 96bfe64..730a66e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# e3372-py
+# e3372-sms-handler
E3372 SMS handler written in Python. Uses the hilink web interface API. Allows
you to do something when SMS arrives.
@@ -17,7 +17,7 @@ See `main.py` and adjust the `sms_handler` function to your needs.
The script should be launched periodically by cron. For example, put this to the
crontab to launch it every 15 minutes:
```cron
-*/15 * * * * python3 /path/to/e3372-py/main.py --trusted-phone +79001234567 > /dev/null
+*/15 * * * * python3 /path/to/e3372-sms-handler/main.py --trusted-phone +79001234567 > /dev/null
```
## License