diff --git a/README.md b/README.md index 502e61e..a025af5 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,10 @@ touch index.js ``` > [!WARNING] -> The only *allowed* way to pass code to the `function` param is either a string or an arrow function. Named functions ***WILL NOT WORK***. +> The only *allowed* way to pass code to the `function` param is either a string or an arrow function. Named functions ***WILL NOT WORK***. +> > Example of a named function: `function example() {/* Some form of code */}`. +> > If a named function is used where it shouldn't be, your plugin will not be approved nor will it work properly. 3. Submit your plugin in the [Discord](https://discord.gg/unblocker)!