Skip to content

Commit 2a2c228

Browse files
authored
Update README.md
1 parent dde8aec commit 2a2c228

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ RxPHP
33

44
Reactive extensions for PHP. The reactive extensions for PHP are a set of
55
libraries to compose asynchronous and event-based programs using observable
6-
collections and LINQ-style query operators in PHP.
6+
streams.
77

88
[![CI status](https://github.com/ReactiveX/RxPHP/workflows/CI/badge.svg)](https://github.com/ReactiveX/RxPHP/actions)
99
[![Coverage Status](https://coveralls.io/repos/github/ReactiveX/RxPHP/badge.svg?branch=master)](https://coveralls.io/github/ReactiveX/RxPHP?branch=master)
1010

11-
note: This repo is for v2.x, the latest version of RxPHP, not [v1.x](https://github.com/ReactiveX/RxPHP/tree/1.x).
12-
1311
## Example
1412

1513
```php

0 commit comments

Comments
 (0)