Skip to content

Commit b4e2cfe

Browse files
Fix fail code example
1 parent 13804e6 commit b4e2cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Swup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Then in your template, add your controller to the HTML attribute:
145145
</head>
146146
<body {{ stimulus_controller({
147147
myswup: {},
148-
'symfony/ux-swup/swup: {}
149-
})>
148+
'symfony/ux-swup/swup': {}
149+
}) }}>
150150
{# ... #}
151151
</body>
152152
</html>

0 commit comments

Comments
 (0)