From 2fd823c4640f2e85509348a72e2f95094d520676 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 26 Feb 2021 06:53:22 +0100 Subject: [PATCH] docs(pwsh): remove the beta flag resolves #446 --- docs/docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/upgrading.md b/docs/docs/upgrading.md index 46d77fca..8405f180 100644 --- a/docs/docs/upgrading.md +++ b/docs/docs/upgrading.md @@ -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