diff --git a/README.md b/README.md
index 324c4af..3a8260c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
# Overview
## Packages
-* ### [Domain](#domain)
+* ### [Domain](#domain-1)
* [R2D2](#-klasse-r2d2-)
* [R2D2Test](#-testklasse-r2d2test-)
* [C3P0](#-klasse-c3po-)
@@ -47,7 +47,7 @@
* [makefile](#-makefile-for-Git-updates-)
## Domain
-
Klasse R2D2
+ Class R2D2
### Variables:
`--not set yet--`
@@ -56,7 +56,9 @@ ___
### Methods:
`public R2D2():R2D2`
- TestKlasse R2D2Test
+
+TestClass R2D2Test
+
### Variables:
@@ -84,7 +86,9 @@ ___
- Klasse C3PO
+
+Class C3PO
+
### Variables:
@@ -96,11 +100,63 @@ ___
`public C3PO(): C3PO`
+
+TestClass C3PO
+
+### Variables:
+`public int id`
+
+`public String name`
+
+`public C3PO Herbert`
+___
+
+### Methods:
+`@BeforeEach`
+`setup():void`
+
+`@Test`
+
+`getId():void`
+
+`getName():void`
+
+`triggerPowerSwitch():void`
+
+`iPowerOn():void`
+
+
+
+
+Class RobotBasics
+
+
+
+### Variables:
+`private int id`
+`private String name`
+`private boolean power`
+___
+
+### Methods:
+`public RobotBasics():RobotBasics`
+
+`public getId():int`
+
+`public getName():String`
+
+`public triggerPowerSwitch():void`
+
+`public ìsPowerOn():boolean`
+
+`public speak():String`
+
+`public think():int[]`
## facade
- Klasse Factory
+ Class Factory
### Variables:
`--not set yet--`
@@ -111,7 +167,7 @@ ___
## Infrastructure
- Klasse Persistenz
+ Class Persistenz
### Variables:
`--not set yet--`
@@ -124,36 +180,42 @@ ___
### exceptions
- Class RobotException
+
+Class RobotException
+
-### Methods:
+#### Methods:
`public RobotException():Exception`
Class RobotIllegalStateException
-### Methods:
+#### Methods:
`public RobotIllegalStateException():RobotException`
Class RobotMagicValueException
-### Methods:
+#### Methods:
`public RobotMagicValueException():RobotException`
### interfaces
- Interface Robot
+
+Interface Robot
-### Methods:
+#### Methods:
`--not set yet--`
- Interface RobotControl
+
+Interface RobotControl
+
### Methods:
`--not set yet--`
- Interface RobotInstructions
+
+Interface RobotInstructions
### Methods:
`--not set yet--`
@@ -161,7 +223,7 @@ ___
## UI
- Klasse UI
+ Class UI
### Variables:
`--not set yet--`
@@ -173,7 +235,7 @@ ___
- Klasse Main
+ Class Main
### Variables:
`--not set yet--`