Skip to content

Commit 5c4bd98

Browse files
authored
Fix typo README.md
1 parent 5ce8940 commit 5c4bd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ One can change the location of the Nupm directory with `$env.NUPM_HOME`, e.g.
3434
$env.NUPM_HOME = ($env.XDG_DATA_HOME | path join "nupm")
3535
```
3636
37-
Because Nupm will install modules and scripts in `{{nupm-home}}/modules/` and `{{nupm-home}}/scripts/` respectively, it iis a good idea to add these paths to `$env.NU_LIB_DIRS` and `$env.PATH` respectively, e.g. if you have `$env.NUPM_HOME` defined:
37+
Because Nupm will install modules and scripts in `{{nupm-home}}/modules/` and `{{nupm-home}}/scripts/` respectively, it is a good idea to add these paths to `$env.NU_LIB_DIRS` and `$env.PATH` respectively, e.g. if you have `$env.NUPM_HOME` defined:
3838
```nushell
3939
# env.nu
4040

0 commit comments

Comments
 (0)