diff --git a/minimalbeispiel.ipynb b/minimalbeispiel.ipynb
index 83f191ab5cd47cc7f2d3e1991b64be63e803db9e..748a31731332c7defb6b556cc3e54daf7eff9280 100644
--- a/minimalbeispiel.ipynb
+++ b/minimalbeispiel.ipynb
@@ -181,7 +181,7 @@
     "\n",
     "with open(\"datasheets/frame.json\") as json_file:\n",
     "    frame = json.load(json_file)\n",
-    "scooter_frame = LegoComponent(\"scooter frame\", frame[\"3702\"], {\"color\": \"red\"})\n",
+    "scooter_frame = LegoComponent(\"scooter frame\", frame[\"3703\"], {\"color\": \"red\"})\n",
     "\n",
     "# The scooter is our system level assembly, you can choose the AggregationLayer\n",
     "# But the hiercarchy (SYSTEM > ASSEMBLY > SUBASSEMBLY) must be in order.\n",