From 65fd149c725db3f7ffbb976d068361dbc51ff7f3 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Fri, 20 Apr 2018 14:35:28 +0700 Subject: [PATCH] FIX: Docs were incorrect post namespace change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a93e94..6dd1fd6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ composer require "silverstripe/mathspamprotection:dev-master" Set the default spam protector in *mysite/_config/spamprotection.yml* --- - name: spamprotection - --- + name: myspamprotection + --- SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension: - default_spam_protector: SilverStripe\SpamProtection\Maths\MathSpamProtector + default_spam_protector: SilverStripe\MathSpamProtection\MathSpamProtector