diff --git a/reactive-lab-tutorial/README.md b/reactive-lab-tutorial/README.md index 10e7822..9f3ce3d 100644 --- a/reactive-lab-tutorial/README.md +++ b/reactive-lab-tutorial/README.md @@ -2,7 +2,7 @@ This tutorial introduces you to the following libraries: - - [RxNetty](https://github.com/ReactiveX/RxJava): Reactive Extensions for the JVM. + - [RxJava](https://github.com/ReactiveX/RxJava): Reactive Extensions for the JVM. - [RxNetty](https://github.com/ReactiveX/RxNetty): Reactive Extensions to Netty. This is the core networking library of Netflix. - [Eureka 2.x](https://github.com/Netflix/eureka/tree/2.x): New version of eureka; Netflix's service discovery system. - Ocelli: Ocelli is an independent project focusing on load balancing needs. @@ -42,4 +42,4 @@ In order to make the example standalone, an embedded eureka server is started in ##### How to run? -Each of the above examples have a main method and can be run independently of each other. \ No newline at end of file +Each of the above examples have a main method and can be run independently of each other.