From 1033feed8ba78086b85456f805bffe6538c8a8e7 Mon Sep 17 00:00:00 2001 From: Itay Shakury Date: Wed, 27 May 2020 12:48:14 +0300 Subject: [PATCH] update readme about relative input Signed-off-by: Itay Shakury --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 740ba4b..ab2101a 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Search for "Open Policy Agent" in the Extensions (Shift ⌘ X) panel and then in ## Tips -### Set the `input` document by creating `input.json` at the root of your workspace. +### Set the `input` document by creating `input.json` -The extension will look for a file called `input.json` in the root of the workspace to specify for the `input` document when you evaluate policies. If you modify this file and re-run evaluation you will see the affect of the changes. +The extension will look for a file called `input.json` in the current directory of the policy file being evaluated, or at the root of the workspace, and will use it as the `input` document when evaluating policies. If you modify this file and re-run evaluation you will see the affect of the changes. ### Bind keyboard shortcuts for frequently used commands.