diff --git a/README.md b/README.md index 34a66db..c5d95c0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Usage The first step is to register the extension into the twig environment ```php /* @var $twig Twig_Environment */ -$twig->addExtension(new Ajgl\Twig\Extension\Breakpoint()); +$twig->addExtension(new Ajgl\Twig\Extension\BreakpointExtension()); ``` Once registered, you can call the new `breakpoint` function: