Skip to content

Commit

Permalink
moar badges
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneroudeix committed Jul 21, 2017
1 parent 5974206 commit 504fbea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 The Rxnet authors
Copyright (c) 2016-2017 Vincent Vermersch, Etienne Roudeix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# RxNet

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License](https://poser.pugx.org/domraider/rxnet/license)](https://packagist.org/packages/domraider/rxnet)
[![Latest Stable Version](https://poser.pugx.org/domraider/rxnet/v/stable)](https://packagist.org/packages/domraider/rxnet)
[![Total Downloads](https://poser.pugx.org/domraider/rxnet/downloads)](https://packagist.org/packages/domraider/rxnet)
[![Latest Unstable Version](https://poser.pugx.org/domraider/rxnet/v/unstable)](https://packagist.org/packages/domraider/rxnet)
[![composer.lock](https://poser.pugx.org/domraider/rxnet/composerlock)](https://packagist.org/packages/domraider/rxnet)

[RxPhp](https://github.com/ReactiveX/RxPHP) is a great work that brings us Reactive programming : asynchronous programming for human being.
You can play with reactiveX on [RxMarble.com](http://rxmarbles.com/), find all the available operators on the official [Reactivex.io](http://reactivex.io/documentation/operators.html) website or read an [interesting introduction](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754).
Expand Down

0 comments on commit 504fbea

Please sign in to comment.