Skip to content

Commit d7b9c88

Browse files
committed
Install section updated
1 parent da8dfb9 commit d7b9c88

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ This module allows you to analyze all the webapi rest done call toward your mage
1111

1212
# Install
1313

14+
*composer.json*
15+
16+
```json
17+
{
18+
"repositories": {
19+
"ghostunicorns/module-webapi-logs": {
20+
"type": "vcs",
21+
"url": "https://github.com/magentix/module-webapi-logs.git"
22+
}
23+
}
24+
}
25+
```
26+
1427
`composer require ghostunicorns/module-webapi-logs`
1528

1629
# Configure

0 commit comments

Comments
 (0)