Skip to content

Commit cdd5c7d

Browse files
committed
Fixes the div attributes in the README
1 parent a2af72c commit cdd5c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ counter = mkUI spec { getInitialState = return 0 } do
3636
]
3737

3838
main = do
39-
let component = div {} [hello {name: "World"}, counter {}]
39+
let component = div [] [hello {name: "World"}, counter {}]
4040
renderToBody component
4141
```
4242

0 commit comments

Comments
 (0)