Skip to content

Commit

Permalink
#61 Fix indentation in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwalter committed Jun 20, 2021
1 parent e0d3575 commit c5a2a3d
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,44 +76,44 @@ __GET request to list the products__:
__Response example:__

{
"productInformation": [
{
"identifier": "softwareX",
"version": "1.0",
"os": "ubuntu",
"architecture": "arm64",
"releaseNotes": {
"changes": {
"de": [
{
"platforms": [
"windows/any",
"linux/rpi"
],
"added": [
"added de 1"
],
"fixed": null,
"breaking": null,
"deprecated": null
}
],
"en": [
{
"platforms": [
"windows/any",
"linux/rpi"
],
"added": [
"added en 1"
],
"fixed": null,
"breaking": null,
"deprecated": null
}
]
"productInformation": [
{
"identifier": "softwareX",
"version": "1.0",
"os": "ubuntu",
"architecture": "arm64",
"releaseNotes": {
"changes": {
"de": [
{
"platforms": [
"windows/any",
"linux/rpi"
],
"added": [
"added de 1"
],
"fixed": null,
"breaking": null,
"deprecated": null
}
],
"en": [
{
"platforms": [
"windows/any",
"linux/rpi"
],
"added": [
"added en 1"
],
"fixed": null,
"breaking": null,
"deprecated": null
}
]
}
}
}
}
]
}
]
}

0 comments on commit c5a2a3d

Please sign in to comment.