Remove old email

This commit is contained in:
Will Rossiter 2017-09-13 08:52:06 +12:00
parent 4e2d22e16d
commit 18761879cf

View File

@ -21,18 +21,11 @@
[Changelog](CHANGELOG.md)
## Maintainers
* Will Rossiter (Nickname: willr, wrossiter)
<will at silverstripe dot com>
## Introduction
This module provides commenting functionality for Pages and other DataObjects
on your SilverStripe site.
This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.
For more documentation about the module see the provided documentation located
inside the docs folder.
For more documentation about the module see the provided documentation located inside the docs folder.
## Requirements
@ -40,6 +33,10 @@ inside the docs folder.
## Installation
```
composer require silverstripe/comments
```
See docs/en/Installing.md
## Related