From 1316dd75a014a2db707dd0b863ee546b7bfccb6b Mon Sep 17 00:00:00 2001 From: Stephan Schuto <1268978+minddust@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:19:12 +0100 Subject: [PATCH] fix: broken path example (#3296) --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index b5d8edaea4..bf98aded31 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -120,7 +120,7 @@ This example makes CLIs installed with `npm` available: ```toml [env] -_.PATH = "./node_modules/.bin" +_.path = "./node_modules/.bin" ``` This will add `./node_modules/.bin` to the PATH for the project—with "." here referring to the directory