Skip to content

Commit 89d4f6c

Browse files
committed
Fix checkout command in README.md
1 parent eb3f95d commit 89d4f6c

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
@@ -30,7 +30,7 @@ For Maintainers
3030
Modify `version` in `build.gradle` at a detached commit, and then tag the commit with an annotation.
3131

3232
```
33-
git checkout --detach master
33+
git checkout --detach main
3434

3535
(Edit: Remove "-SNAPSHOT" in "version" in build.gradle.)
3636

0 commit comments

Comments
 (0)