Skip to content

Commit dc06e01

Browse files
committed
chore(README): move version info a little
1 parent 5b66c67 commit dc06e01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99

1010
Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is intended to supersede it once this is ready. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
1111

12-
## Versions In This Repository
13-
14-
Different branches contain different versions
15-
16-
- [master](https://github.com/ReactiveX/rxjs/commits/master) - **canary** the next _major_ release (aka RxJS 6 😱)
17-
- [5.1.x](https://github.com/ReactiveX/rxjs/commits/5.1.x) - **beta** the next _minor_ release
18-
- [5.0.x](https://github.com/ReactiveX/rxjs/commits/5.0.x) - **stable** the current _stable_ release and its patches
19-
2012
[Apache 2.0 License](LICENSE.txt)
2113

2214
- [Code of Conduct](CODE_OF_CONDUCT.md)
@@ -26,6 +18,14 @@ Different branches contain different versions
2618
- [Migrating From RxJS 4 to RxJS 5](MIGRATION.md)
2719
- [API Documentation (WIP)](http://reactivex.io/rxjs)
2820

21+
## Versions In This Repository
22+
23+
Different branches contain different versions
24+
25+
- [master](https://github.com/ReactiveX/rxjs/commits/master) - **canary** the next _major_ release (aka RxJS 6 😱)
26+
- [5.1.x](https://github.com/ReactiveX/rxjs/commits/5.1.x) - **beta** the next _minor_ release
27+
- [5.0.x](https://github.com/ReactiveX/rxjs/commits/5.0.x) - **stable** the current _stable_ release and its patches
28+
2929
## Important
3030

3131
By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.

0 commit comments

Comments
 (0)