Skip to content

Commit b4f1156

Browse files
committed
Merge pull request #31 from MichaelBaker/patch-1
Fixes the div attributes in the README
2 parents a2af72c + cdd5c7d commit b4f1156

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)