Skip to content

Commit

Permalink
Merge pull request #265 from erlangp/patch-2
Browse files Browse the repository at this point in the history
add missing semicolon (documentation)
  • Loading branch information
Sam Partington authored Dec 19, 2018
2 parents d3bb167 + b0258c2 commit f71a529
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 @@ -425,7 +425,7 @@ RouteGenerator example:

$routeGenerator = function($page) {
return '/path?page='.$page;
}
};
```
Pagerfanta comes with five views: The default one, three for
[Twitter Bootstrap](https://github.com/twitter/bootstrap), one for
Expand Down

0 comments on commit f71a529

Please sign in to comment.