Skip to content

Commit 4ad7a69

Browse files
authored
Update README.md
1 parent 13a5f9d commit 4ad7a69

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
===============
2-
Helper Functions for RxPHP
3-
===============
1+
# Helper Functions for RxPHP
2+
43

54
```PHP
65
Observable::of(Observable::fromArray([1, 2, 3, 4, 5]))
@@ -19,4 +18,4 @@ Observable::of(Observable::fromArray([1, 2, 3, 4, 5]))
1918
//Test Next value: total: 10
2019
//Test Complete!
2120
//Test Finally!
22-
```
21+
```

0 commit comments

Comments
 (0)