diff --git a/simpleexample/src/main/java/simpleex/core/README.md b/simpleexample/src/main/java/simpleex/core/README.md
index 2c4ad004ba67b4d3a84f8247d85eeef64f758e5c..c49c61ac1b36d020f77a4836e7eee24ecfe35a91 100644
--- a/simpleexample/src/main/java/simpleex/core/README.md
+++ b/simpleexample/src/main/java/simpleex/core/README.md
@@ -11,5 +11,5 @@ class LatLong {
 	double longitude
 }
 class LatLongs
-LatLongs *--> "*" LatLong: "latLongsx"
+LatLongs *--> "*" LatLong: "latLongs"
 ```