From 2dac102f3edb10a8d59addfd2f2cbe36a0b9cc3d Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sun, 27 Oct 2024 04:41:49 -0600 Subject: [PATCH] The run on sentences go crazzzy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bad76ef..502e61e 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ touch index.js ``` > [!WARNING] -> The only *allowed* way to create a plugin is either with a string or arrow function ***NOT*** a named function. -> Example: `function example() {/* Some form of code */}` -> This will not be approved nor will it work properly. +> 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)!