From e9f28022c6deb6eb30498c02b00b2db71d4adad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Sun, 10 Jan 2021 19:48:46 +0100 Subject: [PATCH] * README package name fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 844ea34..f49f117 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ cat ~/.composer/config.json "repositories": [ { "type": "vcs", - "url": "https://gogs.ragnarok.yvan.hu/yvan/mezzio-api-skeleton.git" + "url": "https://gogs.ragnarok.yvan.hu/yvan/doctrine-mezzio-module.git" } ] } @@ -23,5 +23,5 @@ $ cat ~/.composer/config.json Install the module in your existing mezzio application with composer: ```bash -$ composer require yvan/mezzio-api-skeleton --stability=dev +$ composer require yvan/doctrine-mezzio-module --stability=dev ```