From a3b1d48265cb2e1a41ba6c885aa37f72e6d5007c Mon Sep 17 00:00:00 2001 From: Maedi Prichard Date: Wed, 2 Dec 2020 00:36:27 +1100 Subject: [PATCH] Update README.md --- lib/web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/web/README.md b/lib/web/README.md index 0015c3f..6dd0415 100644 --- a/lib/web/README.md +++ b/lib/web/README.md @@ -1,9 +1,9 @@ # Reflections -As you use your application, reflections will be added to `/reflections/db.js`. -They can be viewed by opening `/reflections/index.html` in your browser, no server setup required. +As you use the application reflections will be added to `/reflections/db.js`. +They can be viewed by opening `reflections/index.html`, no need to start server. -If you would like to keep or delete reflections then start the server: +If you would like to delete reflections then start the server: ``` npm install;