From 6764edd6eed29b26328fcc25a4b27927eb9d4de7 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 1 Dec 2024 13:24:04 +0100 Subject: [PATCH] Update README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce01ddd..6cefee2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # About sms-handler [sms-handler](https://philo.ydns.eu/code/Philome/sms-handler) is a simple companion service of the -[SMS Forward](https://gitlab.com/pierreduchemin/smsforward) app -(available on [FDroid](https://f-droid.org/packages/com.pierreduchemin.smsforward/)) -designed to send notification mails on reception of SMSes. +*SMS ForwardX* app to send notification mails on reception of SMSes. It is written in Python with [FastAPI](https://fastapi.tiangolo.com/) and BSD licensed. -For a more flexible way to use *SMS Forward*, use -the [ntfy](https://ntfy.sh/) pub/sub service. It makes it easy +For a more flexible way to use *SMS Forward* +(available on [FDroid](https://f-droid.org/packages/com.pierreduchemin.smsforward/)), +use the [ntfy](https://ntfy.sh/) pub/sub service. It makes it easy to integrate with other tools, for notification on various devices and automation. ## Installation