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.