From 6cbb9f58e488a7a9235d84f5a51bac774a1fd672 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 10 Aug 2014 10:09:38 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ba5e9c4c..5cefb114 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,7 @@ NB. Once enabled, the collectors are added (and could produce extra overhead), s Laravel Debugbar comes with two Twig Extensions. These are tested with [rcrowe/TwigBridge](https://github.com/rcrowe/TwigBridge) 0.6.x -Add the following extensions to you config/extensions.php +Add the following extensions to you TwigBridge config/extensions.php (or register the extensions manually) 'Barryvdh\Debugbar\Twig\Extension\Debug', 'Barryvdh\Debugbar\Twig\Extension\Stopwatch',