Fix command and add comment formatting
authorArche <66189242+arche-dev@users.noreply.github.com>
Mon, 2 Aug 2021 11:51:08 +0000 (11:51 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 11:51:08 +0000 (11:51 +0000)
Changed the command from `npm build` to `npm run build`, and changed the codeblock language formatting thing to use `sh`

README.md

index a5350aae1a093a36841f63e764784cd6e509891e..d4a7aeabc446c3cca85751017e16f918588577ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ by simply copying these files to the webroot:
 
 Execute the following commands to compile the app from its source code:
 
-```
-npm install #installs all dependencies
-npm build #compiles the app into the dist/ directory
+```sh
+npm install # Installs all dependencies
+npm run build # Compiles the app into the dist/ directory
 ```
 
 You can then copy the files to a webserver's webroot of your choosing as noted above.