From 4b6b9823353b90dd608e1e408b6ce0817f3e5cfd Mon Sep 17 00:00:00 2001 From: Steve Gury Date: Mon, 10 Aug 2015 12:14:12 -0700 Subject: [PATCH] Fix link title s/RxNetty/RxJava/ --- 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.