Don't use effects rows in Readme.md
This commit is contained in:
parent
e6183dc9ea
commit
04c5518268
@ -42,7 +42,7 @@ import Prelude (($))
|
|||||||
import Effect.Console as Console
|
import Effect.Console as Console
|
||||||
import HTTPure as HTTPure
|
import HTTPure as HTTPure
|
||||||
|
|
||||||
main :: HTTPure.ServerM (console :: Console.CONSOLE)
|
main :: HTTPure.ServerM
|
||||||
main =
|
main =
|
||||||
HTTPure.serve 8080 router $ Console.log "Server now up on port 8080"
|
HTTPure.serve 8080 router $ Console.log "Server now up on port 8080"
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user