Skip to content

Commit

Permalink
Merge pull request #65 from cimabe/patch-1
Browse files Browse the repository at this point in the history
Update component example in UserGuide.md
  • Loading branch information
RobinBrinkmann authored Aug 9, 2022
2 parents bde6cdc + a85008d commit 52e518b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/3 - GettingStarted/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ Below you will find a code snippets for an exemplary component. For the beginnin

```json
{
"data": {
"distribution": {
"type": "docker",
"image": "openintegrationhub/code-component:latest"
},
"access": "public",
"name": "Node.js code",
"description": "Node.js code component that executes the provided code"
}
"distribution": {
"type": "docker",
"image": "openintegrationhub/code-component:latest"
},
"access": "public",
"name": "Node.js code",
"description": "Node.js code component that executes the provided code"
}
```

Expand Down

0 comments on commit 52e518b

Please sign in to comment.