* 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": [
{
"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
```