From d5b6c763831fe5de5167336b0bd9dbcea080be0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 5 Feb 2021 17:31:54 +0100 Subject: [PATCH] wording --- symfony/twig-bundle/3.3/templates/base.html.twig | 2 +- symfony/webpack-encore-bundle/1.9/post-install.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/twig-bundle/3.3/templates/base.html.twig b/symfony/twig-bundle/3.3/templates/base.html.twig index cf825f50..16d7273b 100644 --- a/symfony/twig-bundle/3.3/templates/base.html.twig +++ b/symfony/twig-bundle/3.3/templates/base.html.twig @@ -4,7 +4,7 @@ {% block title %}Welcome!{% endblock %} {# Run `composer require symfony/webpack-encore-bundle` - and uncomment the following tags to start using Symfony UX #} + and uncomment the following Encore helpers to start using Symfony UX #} {% block stylesheets %} {#{{ encore_entry_link_tags('app') }}#} {% endblock %} diff --git a/symfony/webpack-encore-bundle/1.9/post-install.txt b/symfony/webpack-encore-bundle/1.9/post-install.txt index 03f763a2..5a207557 100644 --- a/symfony/webpack-encore-bundle/1.9/post-install.txt +++ b/symfony/webpack-encore-bundle/1.9/post-install.txt @@ -6,4 +6,4 @@ * Uncomment the Twig helpers in templates/base.html.twig - * Start the development server: yarn dev-server + * Start the development server: yarn encore dev-server