Skip to content

Commit 683ef60

Browse files
authored
Merge pull request johnpbloch#23 from szepeviktor/patch-1
Syntax highlight JSON in README
2 parents fd12f5c + d73a01c commit 683ef60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information on this site setup and using Composer to manage a whole Wor
1515
### Usage
1616
To set up a custom WordPress build package to use this as a custom installer, add the following to your package's composer file:
1717

18-
```
18+
```json
1919
"type": "wordpress-core",
2020
"require": {
2121
"johnpbloch/wordpress-core-installer": "^1.0"
@@ -24,15 +24,15 @@ To set up a custom WordPress build package to use this as a custom installer, ad
2424

2525
By default, this package will install a `wordpress-core` type package in the `wordpress` directory. To change this you can add the following to either your custom WordPress core type package or the root composer package:
2626

27-
```
27+
```json
2828
"extra": {
2929
"wordpress-install-dir": "custom/path"
3030
}
3131
```
3232

3333
The root composer package can also declare custom paths as an object keyed by package name:
3434

35-
```
35+
```json
3636
"extra": {
3737
"wordpress-install-dir": {
3838
"wordpress/wordpress": "wordpress",

0 commit comments

Comments
 (0)