Skip to content

Commit ce95abc

Browse files
Update README.md
1 parent 4a7880e commit ce95abc

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RxJava
1+
# RxJava: Functional Reactive Programming on the JVM
22

33
Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>
44

@@ -19,3 +19,24 @@ Code:
1919
- Javadocs all reference images that aren't yet placed somewhere public.
2020
- Wiki documentation has not been migrated.
2121
- Need to audit with <a href="https://rx.codeplex.com">rx.codeplex.com</a> for API
22+
23+
## Bugs and Feedback
24+
25+
For bugs, questions and discussions please use the [Github Issues](Hystrix/issues).
26+
27+
28+
## LICENSE
29+
30+
Copyright 2013 Netflix, Inc.
31+
32+
Licensed under the Apache License, Version 2.0 (the "License");
33+
you may not use this file except in compliance with the License.
34+
You may obtain a copy of the License at
35+
36+
<http://www.apache.org/licenses/LICENSE-2.0>
37+
38+
Unless required by applicable law or agreed to in writing, software
39+
distributed under the License is distributed on an "AS IS" BASIS,
40+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41+
See the License for the specific language governing permissions and
42+
limitations under the License.

0 commit comments

Comments
 (0)