From aece3c9c991fad7c785658e34960575c13688839 Mon Sep 17 00:00:00 2001 From: learner Date: Wed, 31 Dec 2014 15:48:09 +0600 Subject: [PATCH] Update README.md Just correct the link title. --- reactive-lab-tutorial/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.