Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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!
If anyone finds a better solution please get in touch!