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 ```