Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #222 from Florian-Merle/patch-1
Browse files Browse the repository at this point in the history
Fix typo README.md
  • Loading branch information
sampart committed Jan 17, 2020
2 parents d3ac1cd + cd9a7a1 commit 1430f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ For example:
```php
$adapter = new DoctrineORMAdapter($queryBuilder);
$pagerfanta = new Pagerfanta($adapter);
return $this->render('@YourApp/Main/example.html.twig', [
return $this->render('@YourApp/Main/example.html.twig', [
'my_pager' => $pagerfanta,
]);
```
Expand Down

0 comments on commit 1430f60

Please sign in to comment.