File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,11 @@ Now click [http://localhost:8000/](http://localhost:8000/) and "Hello world" sho
211
211
![ HTML web page displaying "hello world" in bold text] ( media/html-web-page-displaying-hello-world-in-bold-text.png )
212
212
213
213
You can edit the HTML file to see the changes in real-time. With the server
214
- still running, open a second instance of the same Ubuntu distro. In that second
215
- instance, edit the text in ` index.html ` , save the file and refresh the browser
216
- to see the change.
214
+ still running, open a second instance of the same Ubuntu distro.
215
+
216
+ In that second instance, open the file for editing with ` nano index.html ` and
217
+ make a small change. Save the file and refresh the browser to confirm the
218
+ change.
217
219
218
220
You can stop the server by pressing ` ctrl + c ` from within the terminal where it is running.
219
221
You can’t perform that action at this time.
0 commit comments