We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed527 commit ac3cb92Copy full SHA for ac3cb92
README.md
@@ -31,7 +31,7 @@ with the string `"Hello World!"`
31
open Suave // always open suave
32
open Suave.Http.Successful // for OK-result
33
open Suave.Web // for config
34
-web_server default_config (OK "Hello World!")
+startWebServer defaultConfig (OK "Hello World!")
35
```
36
37
Now that you've discovered how to do "Hello World!", go read the
0 commit comments