diff --git a/example/1-hello/README.md b/example/1-hello/README.md index 17285bb..c338b83 100644 --- a/example/1-hello/README.md +++ b/example/1-hello/README.md @@ -6,21 +6,20 @@ let () = Dream.respond "Good morning, world!") ``` -It's the absolute minimum Dream server. It just tells you where to point your -browser once the server has started: +It's the absolute minimum Dream server. It just prints a message to the log at +startup, telling you where to point your browser: -``` -$ make +
$ make
08.02.21 21:17:21.471 Running on http://localhost:8080
08.02.21 21:17:21.471 Press ENTER to stop
-```
+
-If you go there, to `http://localhost:8080`, you will, of course, see
-`Good morning, world!`.
+If you go to [http://localhost:8080](http://localhost:8080), you will, of
+course, see `Good morning, world!`.