Skip to content

Commit d5b6c76

Browse files
committed
wording
1 parent f67b143 commit d5b6c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

symfony/twig-bundle/3.3/templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>{% block title %}Welcome!{% endblock %}</title>
66
{# Run `composer require symfony/webpack-encore-bundle`
7-
and uncomment the following tags to start using Symfony UX #}
7+
and uncomment the following Encore helpers to start using Symfony UX #}
88
{% block stylesheets %}
99
{#{{ encore_entry_link_tags('app') }}#}
1010
{% endblock %}

symfony/webpack-encore-bundle/1.9/post-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>
88

9-
* Start the development server: <fg=green>yarn dev-server</fg>
9+
* Start the development server: <fg=green>yarn encore dev-server</fg>

0 commit comments

Comments
 (0)