summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2191f282e..9a556d379 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
- ```sh
+ ```powershell
Invoke-Expression (&starship init powershell)
```