Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan authored Sep 12, 2017
1 parent 13a5f9d commit 4ad7a69
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
===============
Helper Functions for RxPHP
===============
# Helper Functions for RxPHP


```PHP
Observable::of(Observable::fromArray([1, 2, 3, 4, 5]))
Expand All @@ -19,4 +18,4 @@ Observable::of(Observable::fromArray([1, 2, 3, 4, 5]))
//Test Next value: total: 10
//Test Complete!
//Test Finally!
```
```

0 comments on commit 4ad7a69

Please sign in to comment.