From e5175e965f6ae4dd9e533acc3a23469dc6f5f05d Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Thu, 9 Nov 2023 16:32:28 +0100 Subject: [PATCH] fixing a syntax error in code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2894760..d3c8ff6 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ Views.yaml: requestFilter: "isController('Default') && isAction('download')" viewObjectName: "Acme\\Vendor\\SimpleAttachmentView" options: - filenameEelExpression: "'hello-' + name + '.txt" + filenameEelExpression: "'hello-' + name + '.txt'" ```