Skip to content

Commit

Permalink
Merge pull request #26 from tillschander/patch-1
Browse files Browse the repository at this point in the history
Update custom filters example in README.md
  • Loading branch information
cappuc authored Jul 15, 2024
2 parents 86644d1 + 918dcca commit 310b1d2
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 @@ -207,7 +207,7 @@ Then you need to register the filters provider in the template factory:
```php
/** @var \Keepsuit\Liquid\TemplateFactory $factory */

$factory->registerFilters(CustomFilters::class);
$factory->registerFilter(CustomFilters::class);
```

## Testing
Expand Down

0 comments on commit 310b1d2

Please sign in to comment.