From be94a72dc5b4dbd4dec9f3bc8399fb6336e4a540 Mon Sep 17 00:00:00 2001 From: Hunter Fitzwater Date: Tue, 13 Feb 2024 00:45:53 -0600 Subject: [PATCH] Update README.md I think most would prefer that copy/paste of console commands work when pasting into the console --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b5086..be8bf2d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ For IoT or machine-to-machine applications, please check [m2m](https://www.npmjs ## Installation ```console -$ npm install array-gpio +npm install array-gpio ``` # Quick Tour @@ -306,7 +306,7 @@ All pin numbering used on this module are based on the RPI board's pinout diagra If you are using a *Raspberry Pi OS*, you can check your board's pinout by entering *pinout* from a terminal. ```console -$ pinout +pinout ``` All numbers in parenthesis are the pin numbers used on this module.