summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRico Sonntag <mail@ricosonntag.de>2018-01-19 14:58:34 +0100
committerGreg Roach <fisharebest@gmail.com>2018-01-19 13:58:34 +0000
commit9845ccc635600d3599cc6f861c914b073dd8b07b (patch)
treea344ce9631a65518e77356d4da1f952574b68772 /README.md
parentabae43729c40887f835d467e832f6f5f370e643c (diff)
downloadwebtrees-9845ccc635600d3599cc6f861c914b073dd8b07b.tar.gz
webtrees-9845ccc635600d3599cc6f861c914b073dd8b07b.tar.bz2
webtrees-9845ccc635600d3599cc6f861c914b073dd8b07b.zip
Update README.md (#1585)
Fixed script command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c44af25d2c..da229bb3a8 100644
--- a/README.md
+++ b/README.md
@@ -231,7 +231,7 @@ You will need [npm](https://www.npmjs.com/get-npm) to install the Javascript dep
Then run the commands:
* npm install
-* npm run prod
+* npm run production
You will need to re-run the second of these any time you modify the file `webtrees.js`.