* README package name fixed

This commit is contained in:
Danyi Dávid 2021-01-10 19:48:46 +01:00
parent 27ef798792
commit e9f28022c6

View File

@ -14,7 +14,7 @@ $ cat ~/.composer/config.json
"repositories": [ "repositories": [
{ {
"type": "vcs", "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: Install the module in your existing mezzio application with composer:
```bash ```bash
$ composer require yvan/mezzio-api-skeleton --stability=dev $ composer require yvan/doctrine-mezzio-module --stability=dev
``` ```