From c20bc1701f59a833caa5b3aeed6dc96badba4689 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Thu, 19 Apr 2018 22:06:16 +0700 Subject: [PATCH] FIX: Namespace in documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1231144..4a93e94 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ Set the default spam protector in *mysite/_config/spamprotection.yml* --- name: spamprotection --- - FormSpamProtectionExtension: - default_spam_protector: MathSpamProtector + SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension: + default_spam_protector: SilverStripe\SpamProtection\Maths\MathSpamProtector