From 9c552fe8d00c53c6f4214acf33a96f7152ce90bb Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 30 Dec 2016 01:01:57 -0800 Subject: [PATCH] readme: 'the in' -> 'in the' (#143) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b193f..3faba88 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ testing... all tests passed! If the first argument passed to `just` contains a `/`, then the following occurs: 1. The argument is split at the last `/`. -2. The part before the last `/` is treated as a directory. Just will start its search for the justfile there, instead of the in current directory. +2. The part before the last `/` is treated as a directory. Just will start its search for the justfile there, instead of in the current directory. 3. The part after the last slash is treated as a normal argument, or ignored if it is empty. This may seem a little strange, but it's useful if you wish to run a command in a justfile that is in a subdirectory.