From 0e5ad1fad48f1d81b72d54c2de743f4d50334c29 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk <beatrycze.volk@slub-dresden.de> Date: Wed, 13 Sep 2023 10:51:41 +0200 Subject: [PATCH] Fix repository name in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c6757..6c00626 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The basic knowledge about TYPO3 and Composer is necessary for the installation. ### Composer Commands ``` -composer config repositories.slub-web-bison git https://git.slub-dresden.de/typo3/extensions/slub-bison.git +composer config repositories.slub-bison git https://git.slub-dresden.de/typo3/extensions/slub-bison.git composer require slub/bison „main-dev“ ``` -- GitLab