Skip to content

Commit 355aefa

Browse files
authored
Update README.md. Fix power-shell command
1 parent 64ef825 commit 355aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)