Skip to content

Commit

Permalink
fix: broken path example (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
minddust authored Nov 29, 2024
1 parent cfe4deb commit 1316dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1316dd7

Please sign in to comment.