Skip to content

Commit

Permalink
fixed copy paste err in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink0r committed Jun 25, 2016
1 parent fdc7b4a commit be6da2c
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
Expand Up @@ -288,19 +288,19 @@ $schemaDefinition = [

## Requirements and installation

- PHP v5.5+
- PHP v5.6+

Install the library via [Composer](http://getcomposer.org/):

```./composer.phar require shrink0r/workflux [optional version]```
```./composer.phar require shrink0r/php-schema [optional version]```

Adding it manually as a vendor library requirement to the `composer.json` file
of your project works as well:

```json
{
"require": {
"shrink0r/workflux": "~0.5"
"shrink0r/php-schema": "master@dev"
}
}
```
Expand Down

0 comments on commit be6da2c

Please sign in to comment.