From 0c343762cc5c8b5ebcfd8b8e0021337abe22060b Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Sun, 18 Mar 2018 18:00:44 +0100 Subject: [PATCH] Fix composer repository docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcf2863..abcb66b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Add the following to your `composer.json` to tell Composer where to find this pa { "repositories": [ { - "type": "composer", - "url": "https://packages.drupal.org/8" + "type": "git", + "url": "https://github.com/visionappscz/drupal-bootstrap-ui" } ] }