From 8e8dcf79fa38c733648e267b4f004652cec5b711 Mon Sep 17 00:00:00 2001 From: aspymid <82467870+aspymid@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:33:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee02132..fc77e8e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Installation and testing To compile and run as a test, open the code and define the symbol "testing". This will enable the compilation to the testing code i.e. it defines the "main" procedure. -Makre sure that you have installed the pigpio library. +Make sure that you have installed the pigpio library. To compile: gcc aht20.c -lpigpio -o testing To test, as root, ./testing