From b1d9dd41bda5ab1ac9e84668594ff28516942494 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 26 Feb 2020 19:27:11 -0600 Subject: [PATCH] Updated Modules (markdown) --- Modules.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules.md b/Modules.md index d9bbeec..be433f1 100644 --- a/Modules.md +++ b/Modules.md @@ -26,6 +26,9 @@ Example: ``` insmod remote http://192.168.x.x/modules/foo-0.0.0.djsm ``` + +## Removing Modules +This command will remove modules. However, it hasn't been implemented yet. *** ## Making a Module Making a module is easy - its just a few lines before your JavaScript code itself.