Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 85153a1

Browse files
committed
Merge branch 'master' of github.com:wpengine/wpecs
2 parents 725a114 + 6af22a7 commit 85153a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
## About
22

3-
WP Engine WordPress Coding Standards
3+
WP Engine Coding Standards for WordPress
44

55
## Requirements
66

77
## Installation
88

9-
Using Composer, you can install WPECS system-wide with the following command:
9+
You can install WPECS globally with the following command:
1010

1111
make install
1212

1313
You will then be able to run WPECS from the any directory:
1414

1515
USAGE: wpecs [--strict] [phpcs-options] <path>
16-
<wpecs> Run the WP Engine Coding Standards
16+
<wpecs> Run the specified path against the WP Engine Coding Standards
1717
<wpecbf> Attempt to fix sniffs against the WP Engine Strict Coding Standards
18-
FLAGS:
19-
-s or --strict Run the WP Engine Strict Coding Standards
18+
2019
Try using 'wpecbf' to fix the sniff violations automatically.

0 commit comments

Comments
 (0)