From 86b7e95e64b72b258adc99d3d2c814ad9f39dec1 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 9 Feb 2015 16:07:16 -0700 Subject: [PATCH] Run update.sh --- node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/README.md b/node/README.md index a8b0d315c..0bc6719b7 100644 --- a/node/README.md +++ b/node/README.md @@ -57,9 +57,9 @@ You can then build and run the Docker image: ### Notes The image assumes that your application has a file named -[`package.json`](https://www.npmjs.org/doc/json.html) listing its dependencies +[`package.json`](https://docs.npmjs.com/files/package.json) listing its dependencies and defining its [start -script](https://www.npmjs.org/doc/misc/npm-scripts.html#default-values). +script](https://docs.npmjs.com/misc/scripts#default-values). ## Run a single Node.js script