Skip to content

Commit

Permalink
Small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Feb 14, 2024
1 parent b53da6c commit 30a72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oxpecker.ViewEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Person = { Name: string }
let subView = p() { "Have a nice day" }
let renderView (model: Person) =
let mainView (model: Person) =
html() {
body(style="width: 800px; margin: 0 auto") {
h1(style="text-align: center; color: red") {
Expand Down

0 comments on commit 30a72bf

Please sign in to comment.