From b2dc5c36f62751acccbf403b4aedd6cafa1d465c Mon Sep 17 00:00:00 2001 From: Matt Clegg Date: Tue, 23 Jun 2020 09:33:22 +0545 Subject: [PATCH] DOCS: example email should use example domain. `example.com` is for use in illustrative examples in documents, `email.com` is a real domain. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046ffb19..4f706312 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ SilverStripe\Core\Injector\Injector: # Sets whether the job will be recreated or not OPTIONAL recreate: 1 # Set the email address to send the alert to if not set site admin email is used OPTIONAL - email: 'admin@email.com' + email: 'admin@example.com' # Minimal implementation will send alerts but not recreate AnotherTitle: type: 'AJob'