From a85008df170874e5ac56f1ad02da9a4522011173 Mon Sep 17 00:00:00 2001 From: cimabe <61460785+cimabe@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:44:03 +0200 Subject: [PATCH] docs: update example component --- docs/3 - GettingStarted/UserGuide.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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" } ```