diff --git a/docs/3 - GettingStarted/UserGuide.md b/docs/3 - GettingStarted/UserGuide.md index 371e939..6ef1c18 100644 --- a/docs/3 - GettingStarted/UserGuide.md +++ b/docs/3 - GettingStarted/UserGuide.md @@ -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" } ```