From 31f145fd8d62fc14e38c078925c0794c8baaf61d Mon Sep 17 00:00:00 2001 From: rotcivegaf Date: Wed, 17 Apr 2024 18:35:56 -0300 Subject: [PATCH] Fix example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c280f1..b900f55 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ way for initialization using the top-level export function. #### Example: ```javascript -const ws2821x = require('rpi-ws281x-native'); +const ws281x = require('rpi-ws281x-native'); const options = { dma: 10, freq: 800000, @@ -269,4 +269,4 @@ blacklist snd (after updating the file you need to run `sudo update-initramfs -u` to get the changes into the boot-partition or something like that) -If anyone finds a better solution please get in touch! \ No newline at end of file +If anyone finds a better solution please get in touch!