From bc23ccc1aa8d4c811e40b2e92236607498d18d37 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sun, 27 Oct 2024 04:38:15 -0600 Subject: [PATCH] Github, I am going to murder you --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2528bfc..a6af0e8 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ touch index.js self.entryFunc = setup; //DO NOT call the function here. Only assign the reference otherwise, it will error. ``` - > [!WARN] + > [!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.