From 116b68f1fd47cb11e2fd0005c94eac3c43b67ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0kr=C3=A1=C5=A1ek?= Date: Fri, 12 Jun 2015 21:14:00 +0200 Subject: [PATCH] readme: fixed config for the latest Nette\DI --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f49663..673248a 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,10 @@ Container::extensionMethod('addTypeahead', function(Container $container, $name, Register your Bootstrap 3 macros in `config.neon`: ```neon -common: - nette: - latte: - macros: - - Nextras\Forms\Bridges\Latte\Macros\BS3InputMacros +nette: + latte: + macros: + - Nextras\Forms\Bridges\Latte\Macros\BS3InputMacros ``` Render IListControls as you wish: