Skip to content

Commit

Permalink
Merge pull request #6 from markpavlitski/master
Browse files Browse the repository at this point in the history
README corrections
  • Loading branch information
derhasi committed Oct 20, 2015
2 parents 13309ce + a0e15e3 commit 366e589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This way you can:
* provide custom files or directories that will not be overwritten on `composer install` or `composer update`
* place packages within the directory of another package (using a composer installer like
[composer/installers](https://packagist.org/packages/composer/installers) or
[davidbarratt/custom-installer](https://packagist.org/packages/davidbarratt/custom-installer)
[davidbarratt/custom-installer](https://packagist.org/packages/davidbarratt/custom-installer))


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

## Configuration

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

```json
{
Expand Down

0 comments on commit 366e589

Please sign in to comment.