fix readme daemonizing section link

This commit is contained in:
Kavish Devar
2024-09-29 00:25:49 +05:30
parent 6cf1e378e1
commit 2b8d6c5490

View File

@@ -11,7 +11,7 @@ sudo apt install python3 python3-pip
pip3 install pybluez pip3 install pybluez
``` ```
If you want to run it as a daemon (Refer to the [Daemonizing](#Daemonizing) section), you will need to install the `python-daemon` package. If you want to run it as a daemon (Refer to the [Daemon Version](#as-a-daemon-using-a-unix-socket) section), you will need to install the `python-daemon` package.
```bash ```bash
pip3 install python-daemon pip3 install python-daemon
@@ -31,7 +31,7 @@ Pair your AirPods with your machine before running this script!
# Versions # Versions
## Non-Daemon based ## Non-Daemon based
### This version is the most polished version of the script. It can do the following: This version is the most polished version of the script. It can do the following:
- fetch the battery percentage, - fetch the battery percentage,
- fetch in-ear status (but not actually controlling the media with that information). - fetch in-ear status (but not actually controlling the media with that information).
- control ANC modes - control ANC modes