Don't use effects rows in Readme.md

This commit is contained in:
Connor Prussin 2018-07-08 16:44:20 -07:00
parent e6183dc9ea
commit 04c5518268
No known key found for this signature in database
GPG Key ID: C72452E036D53A6A

View File

@ -42,7 +42,7 @@ import Prelude (($))
import Effect.Console as Console
import HTTPure as HTTPure
main :: HTTPure.ServerM (console :: Console.CONSOLE)
main :: HTTPure.ServerM
main =
HTTPure.serve 8080 router $ Console.log "Server now up on port 8080"
where