1
0
Fork 0

Fixed json syntax error

pull/3649/head
SofHad 2015-01-16 20:59:30 +01:00
parent 6369dc871b
commit 9d84a92163
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ JSON request body:
```json
{
"downloads": [
{"name": "monolog/monolog", "version": "1.2.1.0"},
{"name": "monolog/monolog", "version": "1.2.1.0"}
]
}
```