Skip to content

Commit b511581

Browse files
authored
fix(typo): powershell in README.md
1 parent 64ef825 commit b511581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Where `<SHELL>` can be one of the supported shells:
125125
- `bash`
126126
- `zsh`
127127
- `fish`
128-
- `powershell`
128+
- `power-shell`
129129

130130
Please follow your shell instructions to install them.
131131

@@ -177,7 +177,7 @@ fnm env --use-on-cd --shell fish | source
177177
Add the following to the end of your profile file:
178178

179179
```powershell
180-
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
180+
fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression
181181
```
182182

183183
- For macOS/Linux, the profile is located at `~/.config/powershell/Microsoft.PowerShell_profile.ps1`

0 commit comments

Comments
 (0)