Skip to content

Commit

Permalink
Fixing indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Jul 11, 2023
1 parent be9f91f commit c566318
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ Add the Composer repository to your project's `composer.json` file:

```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alleyinteractive/WordPress-Coding-Standards"
"repositories": {
"wpcs": {
"type": "vcs",
"url": "https://github.com/alleyinteractive/WordPress-Coding-Standards"
}
}
]
}
```

Expand All @@ -94,10 +94,10 @@ Add the following to your `composer.json` file `autoload-dev` section:

```json
{
"require-dev": {
"alleyinteractive/alley-coding-standards": "^1.0",
"wp-coding-standards/wpcs": "dev-php-8-1 as 2.3.x-dev",
}
"require-dev": {
"alleyinteractive/alley-coding-standards": "^1.0",
"wp-coding-standards/wpcs": "dev-php-8-1 as 2.3.x-dev"
},
}
```

Expand Down

0 comments on commit c566318

Please sign in to comment.