Skip to content

Commit d329161

Browse files
committed
minor #124 Fix fail code example (noniagriconomie)
This PR was merged into the main branch. Discussion ---------- Fix fail code example | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | . | License | MIT Fix fail code example in the readme Commits ------- b4e2cfe Fix fail code example
2 parents 13804e6 + b4e2cfe commit d329161

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)