Skip to content

Commit a0d1a7d

Browse files
committed
Update README
1 parent 811c7e4 commit a0d1a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ so you should do the following :
3838
wget -O- http://www.piduino.org/piduino-key.asc | sudo apt-key add -
3939
sudo add-apt-repository 'deb http://apt.piduino.org stretch piduino'
4040
sudo apt update
41-
sudo apt install libmodbuspp-dev libmodbuspp-doc
41+
sudo apt install libmodbuspp-dev libmodbuspp-doc
4242
4343
This repository provides Piduino packages for `i386`, `amd64`, `armhf` and
4444
`arm64` architectures.
@@ -52,7 +52,7 @@ For Raspbian you have to do a little different :
5252
wget -O- http://www.piduino.org/piduino-key.asc | sudo apt-key add -
5353
echo 'deb http://raspbian.piduino.org stretch piduino' | sudo tee /etc/apt/sources.list.d/piduino.list
5454
sudo apt update
55-
sudo apt install libmodbuspp-dev libmodbuspp-doc
55+
sudo apt install libmodbuspp-dev libmodbuspp-doc
5656
5757
The Raspbian repository provides Piduino packages for `armhf` architecture for Stretch only.
5858
@@ -123,7 +123,7 @@ You will find several examples in the folder
123123

124124
## Documentation
125125

126-
The libmodbus-doc package provides documentation.
126+
The libmodbuspp-doc package provides documentation.
127127

128128
The classes provided by the library are documented by man pages:
129129

0 commit comments

Comments
 (0)