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