From c38a25de56c24889c465ef24c50bd16d3693c06d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 7 Mar 2024 11:40:40 +0000 Subject: [PATCH] chore: fix numbering Vue Upgrade steps went from 1 to 3 when it should have gone from 1 to 2. --- docs/updating/8-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating/8-0.md b/docs/updating/8-0.md index 47b76ff7dff..b1b38920c87 100644 --- a/docs/updating/8-0.md +++ b/docs/updating/8-0.md @@ -56,7 +56,7 @@ npm install @ionic/react@next @ionic/react-router@next npm install vue@latest vue-router@latest ``` -3. Update to the latest version of Ionic 8: +2. Update to the latest version of Ionic 8: ```shell npm install @ionic/vue@next @ionic/vue-router@next