File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4343This 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
5757The 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
128128The classes provided by the library are documented by man pages:
129129
You can’t perform that action at this time.
0 commit comments