Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DE8 committed May 13, 2017
1 parent 08c39fd commit 377dc99
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,28 @@ More details you can find [here](https://github.com/C0DE8/matchmaker/blob/master

## Quantifiers for keys

* ! - one key required (default)
* ? - optional key
* * - any count of keys
* {3} - strict count of keys
* {1,5} - range
* **!** - one key required (default)
* **?** - optional key
* \* - any count of keys
* **{3}** - strict count of keys
* **{1,5}** - range

For matchers (i.e. ':string') default quantifier is *

## Installation

* Install matchmaker via composer for your project:

**stable**
```
composer require c0de8/matchmaker:*
```

**development**
```
composer require c0de8/matchmaker:dev-master
```

## License

Copyright (c) 2017 Bjoern Ellebrecht
Expand Down

0 comments on commit 377dc99

Please sign in to comment.