Skip to content

Commit

Permalink
Merge 26ab16d into e14fbc9
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeach-sag committed Sep 20, 2018
2 parents e14fbc9 + 26ab16d commit c5f946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
--->

# RxEPL - Observables in EPL [![Build Status](https://travis-ci.org/SoftwareAG/apama-rxepl.svg)](https://travis-ci.org/SoftwareAG/apama-rxepl) [![Coverage Status](https://coveralls.io/repos/github/SoftwareAG/apama-rxepl/badge.svg)](https://coveralls.io/github/SoftwareAG/apama-rxepl)
# RxEPL - Observables in EPL [![Build Status](https://travis-ci.org/SoftwareAG/apama-rxepl.svg?branch=master)](https://travis-ci.org/SoftwareAG/apama-rxepl) [![Coverage Status](https://coveralls.io/repos/github/SoftwareAG/apama-rxepl/badge.svg?branch=master)](https://coveralls.io/github/SoftwareAG/apama-rxepl?branch=master)

ReactiveX is a framework designed to handle streams of data like water through pipes. RxEPL is a library that implements the framework in EPL ([Apama](http://www.apamacommunity.com/)'s programming language), it is also available in [most](http://reactivex.io/languages.html) major programming languages.
```javascript
Expand Down

0 comments on commit c5f946b

Please sign in to comment.