summaryrefslogtreecommitdiff
path: root/docs/narr/firstapp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/firstapp.rst')
-rw-r--r--docs/narr/firstapp.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst
index 5e6ce54e0..f9439e6cb 100644
--- a/docs/narr/firstapp.rst
+++ b/docs/narr/firstapp.rst
@@ -38,7 +38,9 @@ On Windows:
This command will not return and nothing will be printed to the console.
When port 8080 is visited by a browser on the URL ``/hello/world``, the
-server will simply serve up the text "Hello world!"
+server will simply serve up the text "Hello world!". If your application is
+running on your local system, using ``http://localhost:8080/hello/world``
+in a browser will show this result.
Press ``Ctrl-C`` (or ``Ctrl-Break`` on Windows) to stop the application.