diff --git a/README.md b/README.md index a6af0e8..bad76ef 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,10 @@ touch index.js self.entryFunc = setup; //DO NOT call the function here. Only assign the reference otherwise, it will error. ``` - > [!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. +> [!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. 3. Submit your plugin in the [Discord](https://discord.gg/unblocker)!