diff --git a/README.md b/README.md
index 7009c74..53c8926 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ prototype(Vendor.Site:Example) < prototype(Neos.Fusion:Component) {
{props.title}
{props.subtitle}
-
+
`
}
@@ -61,7 +61,7 @@ prototype(Vendor.Site:Example) < prototype(Neos.Fusion:Component) {
attributes.subheadline = 'subheadline'
@if.hasSubtitle = ${props.subtitle ? true : false}
}
- image = PackageFactory.AtomicFusion.AFX:Image {
+ image = Vendor.Site:Image {
uri = ${props.imageUri}
}
}