Skip to content

Commit

Permalink
docs(pwsh): remove the beta flag
Browse files Browse the repository at this point in the history
resolves #446
  • Loading branch information
JanDeDobbeleer committed Feb 26, 2021
1 parent be1ec7b commit 2fd823c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/upgrading.md
Expand Up @@ -28,10 +28,10 @@ Let's have a look at the V2 commands and how to move towards V3.

## Import

Stays the same! Alright. All you need to do is update to the **beta**.
Stays the same! Alright. All you need to do is update oh-my-posh.

```powershell
Update-Module -Name oh-my-posh -AllowPrerelease -Scope CurrentUser
Update-Module -Name oh-my-posh -Scope CurrentUser
```

## Configuration
Expand Down

0 comments on commit 2fd823c

Please sign in to comment.