Skip to content

Commit

Permalink
Fix naming in README
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Nov 6, 2020
1 parent bfbca6e commit 6523d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Single PHAR Plugin Base
# Composer-Distributor

The base-code to create a ComposerPlugin that installs a single PHAR file
The base-code to create a ComposerPlugin that installs PHAR files
instead of the whole source code of a project.

You have a tool that behaves like a binary? A tool that can be distributed as
Expand All @@ -17,7 +17,7 @@ this base-code and distribute your PHAR file via composer.
Create your own Composer-Plugin via

```bash
composer create-project phario/mediator /path/to/your/directory/
composer create-project phar-io/mediator /path/to/your/directory/
```

Then you can replace the placeholders within `src/Plugin.php` as well as in the
Expand Down

0 comments on commit 6523d40

Please sign in to comment.