Skip to content

Commit ac3cb92

Browse files
committed
Update README.md
1 parent d0ed527 commit ac3cb92

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
@@ -31,7 +31,7 @@ with the string `"Hello World!"`
3131
open Suave // always open suave
3232
open Suave.Http.Successful // for OK-result
3333
open Suave.Web // for config
34-
web_server default_config (OK "Hello World!")
34+
startWebServer defaultConfig (OK "Hello World!")
3535
```
3636

3737
Now that you've discovered how to do "Hello World!", go read the

0 commit comments

Comments
 (0)