From 202080c2382ca43e9f9da71abbec7c6876d611ad Mon Sep 17 00:00:00 2001 From: Ralph Minderhoud Date: Thu, 19 Nov 2020 17:00:01 -0600 Subject: [PATCH] Update justfile()/justfile_directory() doc wording --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 5c8996c4db..7e4a0f3c32 100644 --- a/README.adoc +++ b/README.adoc @@ -508,11 +508,11 @@ build: ==== Justfile and Justfile Directory -- `justfile()` - Retrieves the path to the current justfile +- `justfile()` - Retrieves the path of the current justfile. -- `justfile_directory()` - Retrieves the path to the parent directory of the current justfile +- `justfile_directory()` - Retrieves the path of the parent directory of the current justfile. -For example, if you need to run a command relative to the current justfile, you could do the following: +For example, to run a command relative to the location of the current justfile: ``` script: