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'" ```