docs: fix v3 branch name in getting-started (#2644)

Co-authored-by: Patrick Wespi <patrick.wespi@positrigo.com>
This commit is contained in:
pwespi 2021-12-23 14:47:16 +01:00 committed by GitHub
parent 0d55eee4dc
commit fac04ccb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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