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