Skip to content

Commit

Permalink
Oversight in example/r-fullstack-melange README
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 30, 2023
1 parent e570114 commit 087b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/r-fullstack-melange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let () = {
let text = Common.greet(`Client);
let p = document |> Document.createElement("p");
p->Element.setInnerText(text);
Element.setInnerText(p, text);
body |> Element.appendChild(p);
}
};
Expand Down

0 comments on commit 087b5ff

Please sign in to comment.