Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/omega2-ws2811-lkm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1540b5d..4a98550 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ For example you are using pins 11,15,16,17 and 300 LEDs per each pin, command to
insmod ws2811 pins=11,15,16,17 led_count=300
-or create /etc/modules.d/ws2811 file and put this string there:
+or create **/etc/modules.d/ws2811** file and put this string there:
ws2811 pins=11,15,16,17 led_count=300