Update README

This commit is contained in:
yamadapc 2016-06-18 14:50:51 -03:00
parent 59debdd9bf
commit 819bcf20b9

View File

@ -40,9 +40,8 @@ someFunction = do
putStrLn "Waiting for a second"
threadDelay (1000 * 1000)
putStrLn "Done!"
main = do
export "someFunction" someFunction
defaultMain
main =
exportMain [("someFunction", someFunction)]
```
## `ghcjs-register`