From 75936bc896f0d13e82912aca3c8f2f791ed6db47 Mon Sep 17 00:00:00 2001 From: Timo <57227498+EchterTimo@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:13:09 +0100 Subject: [PATCH] Fix note formatting in README.md Updated installation instructions for PyP100. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29e0f25..e4f0169 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ PyP100 can be installed using the package manager [pip](https://pip.pypa.io/en/s ```bash pip install git+https://github.com/almottier/TapoP100.git@main ``` - -> **Note:** If you previously installed PyP100 from another source, use `--force-reinstall` to ensure you get this version: +> [!NOTE] +> If you previously installed PyP100 from another source, use `--force-reinstall` to ensure you get this version: > ```bash > pip install --force-reinstall git+https://github.com/almottier/TapoP100.git@main > ```