From 3301e19c67bee133c51ac501141677480bf19444 Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Sat, 31 Aug 2024 18:22:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b70a4..7125be7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Welcome to the WiringPi Library, the highly performant GPIO access library for R Whether you’re working on a simple LED blink project or a complex automation system, WiringPi provides the tools you need to get the job done efficiently. -## How to use: +## How to use To compile programs with wiringPi Library, you need to include `wiringPi.h` as well as link against `wiringPi`: