diff --git a/README.md b/README.md index 48591bb..ad6241d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ implementations. Currently available options are: * [Mollom](https://github.com/silverstripe/silverstripe-mollom) * [Recaptcha](https://github.com/chillu/silverstripe-recaptcha) * [MathSpamProtection](https://github.com/silverstripe/silverstripe-mathspamprotection) +* [Akismet](https://github.com/tractorcow/silverstripe-akismet) As a developer you can also provide your own protector by creating a class which implements the `SpamProtector` interface. More on that below.