From bc64e3600c020cee302a22118d8ad1d509fed2f6 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 00:38:19 +0530 Subject: [PATCH] Fixed note in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebcc1c0..5c57e16 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ This project is a uses the AdaFruit libraries for sensing temperature using DHT1 ## Main method -> [!NOTE] This is the main method, using AdaFruit library. For an easier method, checkout [## Alternative method](https://git.kska.io/notkshitij/DHT11#alternative-method) +> [!NOTE] +> This is the main method, using AdaFruit library. For an easier method, checkout [## Alternative method](https://git.kska.io/notkshitij/DHT11#alternative-method) 1. Install some prerequisite packages: ```shell @@ -76,4 +77,3 @@ pip install dht11 setuptools RPi.GPIO This project is licensed under the terms of the MIT license. Read the license [here](https://git.kska.io/notkshitij/DHT11/src/branch/main/LICENSE). --- -