From 2f538228fba60d305dcf7fc58caf20ab1bd18814 Mon Sep 17 00:00:00 2001 From: zanderwar Date: Thu, 2 Nov 2017 18:19:45 +1300 Subject: [PATCH] Updated README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b5b3c..9b8a951 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,8 @@ This module is plug and play which means you only have to install it and it will ## Install ```bash composer require vulcandigital\silverstripe-hashupload -``` \ No newline at end of file +``` + +## Caveat + +The default configuration for this module uses `Injector` to replace the standard `SilverStripe\Assets\Upload` class. Any other module doing the same may and most likely will cause a conflict. \ No newline at end of file