Skip to content

Commit fea7dc2

Browse files
committed
Fix typos.
1 parent a80b7ab commit fea7dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Simply require this library in your composer.json file. Typically this will be a
1313
## Usage
1414
The added parameter(s) are only allowed on the root to avoid conflicts between multiple libraries. This also prevents a project owner from having a directory accidentally wiped out by a library.
1515

16-
### custom-installer (root-level)
16+
#### custom-installer (root-level)
1717
You may use [Composer Installer](https://github.com/composer/installers) type [installation paths](https://github.com/composer/installers#custom-install-paths) with the variables `{$name}`, `{$vendor}`, and `{$type}`. Each package will go in it’s respective folder in the order in which they are installed.
1818

1919
```json
2020
"extra": {
2121
"custom-installer": {
2222
"drupal-core": "web/",
23-
"drupal-site": "web/sites/{$name}/"
23+
"drupal-site": "web/sites/{$name}/“,
2424
“random-type”: “custom/{$type}/{$vendor}/{$name}/”
2525
}
2626
}

0 commit comments

Comments
 (0)