From 5556ad7b916b170d9b4d28c0dbc26f5e3b04ba16 Mon Sep 17 00:00:00 2001 From: Gavin 'Beau' Baumanis Date: Tue, 21 Jan 2025 17:36:00 +1100 Subject: [PATCH] Correct the command to install cbcsrf --- hmvc/modules/core-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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