diff --git a/README.md b/README.md index 7514b24..e48c6cb 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,6 @@ Allow Admin users to switch to other account through the CMS menu. Silverstripe 4+ ## Installation -First: add custom repository to composer.json -``` - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/sandervanscheepen/silverstripe-cms-userswitcher.git" - } - ], -``` -Second: install via composer: - ``` composer require "sandervanscheepen/silverstripe-cms-userswitcher" ```