Skip to content

Commit abd4dc1

Browse files
committed
fix(README): Fix the name of the main branch
1 parent 38f6a83 commit abd4dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ The website uses the Markdown page of the glossary.
619619
620620
- **Create** a feature **branch** (aka. topic branch)
621621
```shell
622-
git switch dev
622+
git switch main
623623
git switch -c feature/add_dependency_XXX
624624
```
625625
- **Add** the pinned version of the new **package** to the **`requirements.in`** file

0 commit comments

Comments
 (0)