diff --git a/platform/docs/docs/development/getting-started.md b/platform/docs/docs/development/getting-started.md index 98765fb52..4c2f9f5df 100644 --- a/platform/docs/docs/development/getting-started.md +++ b/platform/docs/docs/development/getting-started.md @@ -53,7 +53,7 @@ following commands: ```bash # Switch to the v3 branch -git switch feat/v2-main +git switch v3-stable # Restore dependencies yarn install