Skip to content

Commit a7fc969

Browse files
authored
Replace the master branch to main branch in development.md
1 parent 737643a commit a7fc969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ If you are not setup to detect WPCS errors, consider the following steps.
6969
4. **Setup WPCS**
7070

7171
Clone the official [WordPress Coding Standards repository][wpcs-repo] in
72-
your home folder and ensure you are using its `master` branch:
72+
your home folder and ensure you are using its `main` branch:
7373
```shell
7474
git clone https://github.com/WordPress/WordPress-Coding-Standards.git wpcs
7575
```
7676
```shell
7777
cd wpcs
7878
```
7979
```shell
80-
git checkout master
80+
git checkout main
8181
```
8282

8383
5. **Tell PHPCS about this directory**

0 commit comments

Comments
 (0)