From ebf16ead0e38982aafbb37826f2654175c194396 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 18 May 2022 08:04:45 -0700 Subject: [PATCH] Update README.md Fixes #336 Signed-off-by: Ry Jones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f5ac27..20845352 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For details on what Nodejs runtime and versions of Hyperledger Fabric can be use ## npm Shrinkwrap -In line with the advice from [npm on shrinkwrap](https://docs.npmjs.com/files/shrinkwrap.json#description) the modules published do not contain a `npm-shrinkwrap.json` file. +In line with the advice from [npm on shrinkwrap](https://docs.npmjs.com/cli/v8/configuring-npm/npm-shrinkwrap-json) the modules published do not contain a `npm-shrinkwrap.json` file. It is **STRONGLY** recommended therefore that after testing, and before putting your contract into production a `npm-shrinkwrap.json` file is created. When the chaincode is install it will be via a `npm install --production` command.