Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe authored Jun 9, 2023
1 parent 8ae9bdf commit 5811d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Note the `:` colon instead of the typical hyphen.
For example, this Thymeleaf template:

```html
<div hx:get="@{/users/{id}(id=$userId}" hx-target="#otherElement">Load user details</div>
<div hx:get="@{/users/{id}(id=${userId})}" hx-target="#otherElement">Load user details</div>
```

Will be rendered as:
Expand Down

0 comments on commit 5811d4f

Please sign in to comment.