From 2b8d6c5490e119e8c9edc15dc54402fe02be8a08 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Sun, 29 Sep 2024 00:25:49 +0530 Subject: [PATCH] fix readme daemonizing section link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9dd53f..057ba3c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo apt install python3 python3-pip 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 pip3 install python-daemon @@ -31,7 +31,7 @@ Pair your AirPods with your machine before running this script! # Versions ## 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 in-ear status (but not actually controlling the media with that information). - control ANC modes