From 28a94d5c511c02c542472020a48bc72f42ee70e0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Aug 2020 07:30:24 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f291695..2dd1b53 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Options: -v, --version - show bare.js verion and exit -q, --quiet - quiet mode - - stop processing arguments after this point - + Written by John Smith Varsion: 0.0.1 / License: BSD-3-Clause ``` @@ -202,7 +202,7 @@ Metadata: license: 'BSD-3-Clause', ``` -If not set, `.version`, `.author`, `.license` are acquired from `package.json` +If not set, `.version`, `.author` and `.license` are acquired from `package.json` located at the same path as the main script. To explicitly set the path of the JSON file from which metadata is read set [`.packageJson`](./ADVANCED.md#parserpackagejson).