Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down