diff --git a/hmvc/modules/core-modules.md b/hmvc/modules/core-modules.md index b1a60f0a..6188ef99 100644 --- a/hmvc/modules/core-modules.md +++ b/hmvc/modules/core-modules.md @@ -40,7 +40,7 @@ install cbcommons A module that protects you against CSRF attacks by generating unique FORM/client tokens and providing your ColdBox application with new functions for protection. ``` -install csrf +install cbcsrf ``` ## `cbdebugger` - ColdBox Debugger