diff --git a/README.md b/README.md index 2f23adf..530825f 100644 --- a/README.md +++ b/README.md @@ -988,7 +988,7 @@ The executable is at: /bin/just ##### Fallible -- `absolute_path(path)` - Absolute path to relative `path` in the invocation directory. `absolute_path("./bar.txt")` in directory `/foo` is `/foo/bar.txt`. +- `absolute_path(path)` - Absolute path to relative `path` in the working directory. `absolute_path("./bar.txt")` in directory `/foo` is `/foo/bar.txt`. - `extension(path)` - Extension of `path`. `extension("/foo/bar.txt")` is `txt`.