From a8004bf9826a9c331820f0d5b49358c13dfe9534 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Thu, 7 Sep 2023 14:37:03 +0200 Subject: [PATCH] Update TUTORIAL.md This very modest contribution corrects a small typo in the example file that is intended to be copied by the reader of the tutorial. Signed-off-by: Sahid Orentino Ferdjaoui --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index e4e6660cc..0a8ae2559 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -19,7 +19,7 @@ The dependencies of `fabric-contract-api` and `fabric-shim` will be required. "npm": "^6.4.1" }, "scripts": { - "test":"mocha..... + "test": "mocha....." }, "engine-strict": true, "engineStrict": true,