Skip to content

Commit

Permalink
Sync example/r-template-files README with the code (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatillas authored Dec 25, 2023
1 parent 1d582af commit 5f42c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/r-template-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let () =
@@ Dream.router([
Dream.get("/:word", request =>
Dream.param("word", request)
Dream.param(request, "word")
|> Template.render
|> Dream.html),
Expand Down

0 comments on commit 5f42c87

Please sign in to comment.