Skip to content

Commit ae7526c

Browse files
authored
Merge pull request #35 from pribilinskiy/patch-1
Fix wrong argument order in example
2 parents 9c89795 + 8c55d79 commit ae7526c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ webpack_encore:
2525

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

3131
# frontend: '%kernel.public_dir%/frontend/build'
3232
```

0 commit comments

Comments
 (0)