fix some wording in README
authorWilliam Kray <william@kray.pw>
Sun, 1 Aug 2021 15:54:19 +0000 (08:54 -0700)
committerWilliam Kray <william@kray.pw>
Sun, 1 Aug 2021 15:54:19 +0000 (08:54 -0700)
README.md

index 5ae6d5624872bf4384f8a9ed3969fc1346cdabcc..a5350aae1a093a36841f63e764784cd6e509891e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ npm install #installs all dependencies
 npm build #compiles the app into the dist/ directory
 ```
 
-To serve a development version of the app for testing, you may also use the command `npm start`.
+You can then copy the files to a webserver's webroot of your choosing as noted above. 
+To serve a development version of the app locally for testing, you may also use the command `npm start`.
 
 ### Running with Docker