mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
wording
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||
{# 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 %}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
* Uncomment the Twig helpers in <fg=green>templates/base.html.twig</>
|
||||
|
||||
* Start the development server: <fg=green>yarn dev-server</fg>
|
||||
* Start the development server: <fg=green>yarn encore dev-server</fg>
|
||||
|
||||
Reference in New Issue
Block a user