From 2d9a9dd62927f0c9f1fce1ac31ce65242e78ef2d Mon Sep 17 00:00:00 2001 From: MrSrv7 Date: Sun, 6 Oct 2024 12:15:21 +0530 Subject: [PATCH] Update README.md (#1224) 'power-shell' has been updated to "powershell". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec561f8f8..402b0d417 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Where `` can be one of the supported shells: - `bash` - `zsh` - `fish` -- `power-shell` +- `powershell` Please follow your shell instructions to install them. @@ -173,7 +173,7 @@ fnm env --use-on-cd --shell fish | source Add the following to the end of your profile file: ```powershell -fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression +fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression ``` - For macOS/Linux, the profile is located at `~/.config/powershell/Microsoft.PowerShell_profile.ps1`