Skip to content

Commit 9ad59b1

Browse files
author
Norbert Orzechowicz
committed
Update README.md
1 parent bfb6e0d commit 9ad59b1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/coduo/php-matcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/coduo/php-matcher/?branch=master)
66

7-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - 1.1.*
8-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.0.7)](https://travis-ci.org/coduo/php-matcher) - 1.0.7
7+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master
8+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.1)](https://travis-ci.org/coduo/php-matcher) - 1.1.*
9+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.0)](https://travis-ci.org/coduo/php-matcher) - 1.0.*
10+
11+
[Readme for master version](https://github.com/coduo/php-matcher/tree/master/README.md)
12+
[Readme for 1.1 version](https://github.com/coduo/php-matcher/tree/1.1/README.md)
13+
[Readme for 1.0 version](https://github.com/coduo/php-matcher/tree/1.0/README.md)
914

10-
[Readme for 1.0 version](https://github.com/coduo/php-matcher/tree/1.0)
1115

1216
##Installation
1317

@@ -45,6 +49,7 @@ $matcher = $factory->createMatcher();
4549

4650
$match = $matcher->match("lorem ipsum dolor", "@string@")
4751
// $match === true
52+
$matcher->getError(); // returns null or error message
4853
```
4954

5055
### Available patterns

0 commit comments

Comments
 (0)