Skip to content

Commit

Permalink
Tweak example code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Waidelich authored Apr 25, 2019
1 parent 00fb1ad commit d7a9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ViewHelper:

```html
{namespace form=Neos\Form\ViewHelpers}
<form:render factoryClass="NameOfYourCustomFactoryClass" presetName=`fusion` />
<form:render factoryClass="NameOfYourCustomFactoryClass" presetName="fusion" />
```

> **Note:** It's recommended to extend/create your own preset to adjust it to your needs
Expand Down

0 comments on commit d7a9ffc

Please sign in to comment.