Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit cd56988

Browse files
committed
Fix typo and update version number in document
1 parent 49df1d7 commit cd56988

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RxJS <sup>v2.3</sup>
1+
# RxJS <sup>v2.4</sup>
22

33
Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators.
44

@@ -116,10 +116,10 @@ Converting your existing code from other libraries can be easy. Many of the con
116116
- [Comparing RxJS and Bacon.js](mapping/bacon.js/comparing.md)
117117
2. For Async.js Users
118118
- [Why RxJS versus Async.js](mapping/async/whyrx.md)
119-
- [Comparing RxJS and Async.jss](mapping/async/comparing.md)
119+
- [Comparing RxJS and Async.js](mapping/async/comparing.md)
120120
3. For Highland.js Users
121121
- [Why RxJS versus Highland.js](mapping/highland/whyrx.md)
122-
- [Comparing RxJS and Highland.jss](mapping/highland/comparing.md)
122+
- [Comparing RxJS and Highland.js](mapping/highland/comparing.md)
123123

124124
## Reactive Extensions Class Library
125125

0 commit comments

Comments
 (0)