Skip to content

Commit

Permalink
Merge pull request #35 from pribilinskiy/patch-1
Browse files Browse the repository at this point in the history
Fix wrong argument order in example
  • Loading branch information
weaverryan committed Jan 22, 2019
2 parents 9c89795 + 8c55d79 commit ae7526c
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 @@ -25,8 +25,8 @@ webpack_encore:

# if you have multiple builds:
# builds:
# pass "frontend" as the 2nd arg to the Twig functions
# {{ encore_entry_script_tags('entry1', 'frontend') }}
# pass "frontend" as the 3rg arg to the Twig functions
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}

# frontend: '%kernel.public_dir%/frontend/build'
```
Expand Down

0 comments on commit ae7526c

Please sign in to comment.