Skip to content

Commit 366e589

Browse files
committed
Merge pull request #6 from markpavlitski/master
README corrections
2 parents 13309ce + a0e15e3 commit 366e589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This way you can:
77
* provide custom files or directories that will not be overwritten on `composer install` or `composer update`
88
* place packages within the directory of another package (using a composer installer like
99
[composer/installers](https://packagist.org/packages/composer/installers) or
10-
[davidbarratt/custom-installer](https://packagist.org/packages/davidbarratt/custom-installer)
10+
[davidbarratt/custom-installer](https://packagist.org/packages/davidbarratt/custom-installer))
1111

1212

1313
## Installation
@@ -16,7 +16,7 @@ Simply install the plugin with composer: `composer require derhasi/composer-pres
1616

1717
## Configuration
1818

19-
For configuring the paths you need to set `preserver-paths` within the `extra` of your root `composer.json`.
19+
For configuring the paths you need to set `preserve-paths` within the `extra` of your root `composer.json`.
2020

2121
```json
2222
{

0 commit comments

Comments
 (0)