Skip to content

Commit e7c6674

Browse files
authored
Update README.md
1 parent 0914388 commit e7c6674

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RemoteLightServer
2-
A Server for the [RemoteLight LED control software](https://github.com/Drumber/RemoteLight) to control addressable LED strips with Raspberry Pi or other single-board computers.
2+
A Server for the [RemoteLight LED control software](https://github.com/Drumber/RemoteLight) to control addressable LED strips with Raspberry Pi.
33
Various digital LED strips can be controlled with **all Raspberry Pi versions** thanks to Matthew Lewis' [diozero library](https://github.com/mattjlewis/diozero).
44

55
## Supported LED Strips
@@ -22,7 +22,7 @@ Connect a LED strip with a single data line to the Raspberry Pi:
2222
2323
First you need to disable the onboard audio.
2424
Create a file `sudo nano /etc/modprobe.d/snd-blacklist.conf` and add this line `blacklist snd_bcm2835`.
25-
Then open the configuration file `sudo nano /boot/config.txt` and comment following line out with a *#*:
25+
Then open the configuration file `sudo nano /boot/config.txt` and comment following line out:
2626
```
2727
# Enable audio (loads snd_bcm2835)
2828
dtparam=audio=on

0 commit comments

Comments
 (0)