Skip to content

Commit 0a2cab8

Browse files
committed
Improved repository docs
1 parent c0ed891 commit 0a2cab8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,25 @@ Call `php bin/console entities:generate` to generate the entities from `uay_enti
101101

102102
## Installation
103103

104-
Add the repository:
104+
Add the repository (to the `composer.json` file):
105105
```json
106+
{
106107
"repositories": [
107-
// ...
108108
{
109109
"type": "vcs",
110110
"url": "https://github.com/uay/YEntityGeneratorBundle"
111-
},
112-
// ...
113-
],
111+
}
112+
]
113+
}
114114
```
115115

116-
And add the package to `require-dev` and replace `<version>` with the current version:
116+
And add the package to `require-dev` and replace `<version>` with the current version:
117117
```json
118+
{
118119
"require-dev": {
119-
// ...
120120
"uay/y-entity-generator-bundle": "<version>",
121-
// ...
122-
},
121+
}
122+
}
123123
```
124124

125125

0 commit comments

Comments
 (0)