Skip to content

Commit

Permalink
description tips
Browse files Browse the repository at this point in the history
  • Loading branch information
littletsu committed Nov 27, 2021
1 parent 9657d8a commit 434dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = (byte, prev, chunk, i) => {
};
```

and just like that your effect will now have a description in the `-effects` option!
and just like that your effect will now have a description in the `-effects` option! be sure to give your effect a meaningful description if youre gonna give it one, which atleast tells what is being returned.
<br><br>
(if an effect doesn't have a description, it will just default to `move the bytes all arround, no specific effect desired`)
<br><br>
Expand Down

0 comments on commit 434dcb0

Please sign in to comment.