Skip to content

Commit f0c89f1

Browse files
committed
Updated README after 3.1 release
1 parent 248184b commit f0c89f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# PHP Matcher
22

3-
Library created for testing all kind of JSON/XML/TXT/Scalar values against patterns.
3+
Library created for testing all kinds of JSON/XML/TXT/Scalar values against patterns.
44

55
```php
66
PHPMatcher::match($value = '{"foo": "bar"}', $pattern = '{"foo": "@string@"}');
77
```
88

9-
It was builded to simplify API functional testing.
9+
It was built to simplify API's functional testing.
1010

11-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (3.1.*)
12-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=3.0)](https://travis-ci.org/coduo/php-matcher) - 3.0.*
11+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (3.2.*)
12+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=3.1)](https://travis-ci.org/coduo/php-matcher) - 3.1.*
1313

14-
[Readme for master (3.1) version](https://github.com/coduo/php-matcher/tree/master/README.md)
15-
[Readme for 3.0 version](https://github.com/coduo/php-matcher/tree/3.0/README.md)
14+
[Readme for master (3.2) version](https://github.com/coduo/php-matcher/tree/master/README.md)
15+
[Readme for 3.1 version](https://github.com/coduo/php-matcher/tree/3.1/README.md)
1616

1717

1818
## Installation

0 commit comments

Comments
 (0)