Skip to content

Commit

Permalink
minor #8 Update README.md (hhamon)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Update README.md

Commits
-------

843e9a4 Update README.md
  • Loading branch information
weaverryan committed Jun 29, 2023
2 parents 6733a17 + 843e9a4 commit 30b9ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ you already have this:
{# templates.base.html.twig #}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('assets/app.css') }}">
<link rel="stylesheet" href="{{ asset('styles/app.css') }}">
{% endblock %}
```

The bundle works by swapping out the contents of `assets/app.css` with the
The bundle works by swapping out the contents of `styles/app.css` with the
compiled CSS automatically. For this to work, you need to run the `tailwind:build`
command:

Expand Down

0 comments on commit 30b9ee7

Please sign in to comment.