Skip to content

Commit

Permalink
Unindent
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 18, 2024
1 parent 861524d commit 6e7bc49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This will install the latest compatible version of PHPCS, WPCS, and VIPCS to you
You can also manually add this to your project's `composer.json` file as part of the `require` property:

```json
"require": {
"alleyinteractive/alley-coding-standards": "^2.0"
}
"require": {
"alleyinteractive/alley-coding-standards": "^2.0"
}
```

## Usage
Expand All @@ -33,9 +33,9 @@ vendor/bin/phpcs --standard=Alley-Interactive .
Alternatively, you can set this as a composer script, which will automatically reference the correct version of `phpcs` and the dependent standards.

```json
"scripts": {
"phpcs" : "phpcs --standard=Alley-Interactive ."
}
"scripts": {
"phpcs" : "phpcs --standard=Alley-Interactive ."
}
```

Then use the following command:
Expand Down

0 comments on commit 6e7bc49

Please sign in to comment.