Fix copy-and-paste mistake.

This commit is contained in:
Alexander Schaefer 2016-03-10 21:56:34 +01:00
parent c28367d2c8
commit cac54fd86b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To automatically start pigpiod as a service, do the following:
+ Tell update-rc.d to automatically start the pigpiod service on system startup: + Tell update-rc.d to automatically start the pigpiod service on system startup:
``` ```
sudo update-rc.d skeleton defaults sudo update-rc.d pigpiod defaults
``` ```
+ Now, you can start, stop, and restart pigpiod using + Now, you can start, stop, and restart pigpiod using