From 03e0456ff239f9742a83577477f2740e8cb18558 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 31 Jul 2020 03:00:47 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99adf3f..118509e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Basic script description Metadata: ```javascript // to make things consistent we'll take the version from package.json - varsion: require('./package.json').version, + version: require('./package.json').version, author: 'John Smith ', license: 'BSD-3-Clause',