From: William Kray Date: Sun, 1 Aug 2021 15:54:19 +0000 (-0700) Subject: fix some wording in README X-Git-Tag: v1.1.0~28^2~1 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=cbfb25b3905e53874c1b4c2894412b6be9410cd5;p=cinny.git fix some wording in README --- diff --git a/README.md b/README.md index 5ae6d56..a5350aa 100644 --- 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