From 7e3e5779ff86a1b8dadcf7a90eee2e3dcfe449df Mon Sep 17 00:00:00 2001 From: raphaelpra Date: Sun, 3 Nov 2024 13:27:14 +0100 Subject: [PATCH] Fix typo README.md (#104) Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e33d931..f63db1c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ One can change the location of the Nupm directory with `$env.NUPM_HOME`, e.g. $env.NUPM_HOME = ($env.XDG_DATA_HOME | path join "nupm") ``` -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: +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: ```nushell # env.nu