From 1934ca010acb6139dc2b26da869cf79bd6a6f0a1 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Mon, 5 Feb 2018 14:39:57 -0800 Subject: [PATCH] Updating readme with link to example file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a575dd..a016c92 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ foreach ($twigExtensions as $twigExtension) { If two Twig Extensions declare a function, filter, etc; the later ones override earlier ones. Any ones declared in Pattern Lab's `_twig-components` folder will override any declared using this method of custom Twig Extensions. -For an example of how this works, see `ExampleTwigExtension.php` in this repo. You can enable it by adding this to your `config.yml`: +For an example of how this works, see [`ExampleTwigExtension.php` in this repo](https://github.com/pattern-lab/patternengine-php-twig/blob/develop/src/PatternLab/PatternEngine/Twig/ExampleTwigExtension.php). You can enable it by adding this to your `config.yml`: ```yml twigExtensions: