From 6d6f5a8a7bd76a613361408fb8716d734602a529 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 25 Jul 2020 12:20:23 -0700 Subject: [PATCH] Updated Development Quickstart (markdown) --- Development-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Quickstart.md b/Development-Quickstart.md index 8fc486b..95fe81f 100644 --- a/Development-Quickstart.md +++ b/Development-Quickstart.md @@ -83,4 +83,4 @@ npm run dev If your browser does not open automatically, visit http://0.0.0.0:3000/ and select the Monitor tab. Follow the steps for _Terminal 2_ in the backend section to send some messages into Inbucket and confirm they appear in your browser. -The development server features hot code loading, so most changes you make to the Elm code will not require a reload. \ No newline at end of file +The development server features hot code loading, so most changes you make to the Elm code will not require a browser refresh to be visible. \ No newline at end of file