From 4123b472cec095eaa07e3b3bec1b58c30e455329 Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Mon, 13 Nov 2017 16:23:02 +0100 Subject: [PATCH] DOCS: Remove PackageFactory Namspace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} } }