diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index d1a8b280..4793b257 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,16 +2,16 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml + * Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: -framework: +framework: # ... templating: engines: ['twig'] - * Then add the following to config/routes.yaml: + * Then add the following to config/routes.yaml: -dtc_grid: - resource: '@DtcGridBundle/Resources/config/routing.yml' +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml'