diff --git a/Boop/Documentation/Modules.md b/Boop/Documentation/Modules.md index 8c95b02d..092977cb 100644 --- a/Boop/Documentation/Modules.md +++ b/Boop/Documentation/Modules.md @@ -1,8 +1,12 @@ # Modules -Just to be very clear before we get started: **Boop does not support commonJS/node/ES6 modules**. It has a custom import system that may or may not be compatible with some existing modules. -*Modules are available in Boop version 1.2.0 and above.* + +___ +*
Modules are available in Boop version 1.2.0 and above.
* +___ + +Just to be very clear before we get started: **Boop does not support commonJS/node/ES6 modules**. It has a custom import system that may or may not be compatible with some existing modules. ## Importing modules @@ -86,4 +90,4 @@ The built in lodash module was created with the following command and only inclu $ lodash include=camelCase,deburr,escapeRegExp,kebabCase,snakeCase,startCase ``` -If you'd like to add more functions, feel free to rebuild with additional parameters and submit a PR. \ No newline at end of file +If you'd like to add more functions, feel free to rebuild with additional parameters and submit a PR.