update wangle/rx/README.md
authorHans Fugal <fugalh@fb.com>
Fri, 29 May 2015 20:07:26 +0000 (13:07 -0700)
committerNoam Lerner <noamler@fb.com>
Wed, 3 Jun 2015 16:51:38 +0000 (09:51 -0700)
Summary:
https://github.com/facebook/wangle/pull/1

Test Plan: reads better

Reviewed By: jsedgwick@fb.com

Subscribers: fugalh, exa, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2111498

Signature: t1:2111498:1432927058:1f14b38faa324d0bdef9421ae5592244a6b78928

folly/wangle/rx/README.md

index 0f7f6972cd06440ee224fa91c0fb1c1c96f09d6f..8c31ae00b65bd8193116547a56ab47250b1f490e 100644 (file)
@@ -13,11 +13,11 @@ It is basically the plural of Futures (a la Wangle).
 
 For more on Rx, I recommend these resources:
 
-Netflix blog post (RxJava): http://techblog.netflix.com/2013/02/rxjava-netflix-api.html
-Introduction to Rx eBook (C#): http://www.introtorx.com/content/v1.0.10621.0/01_WhyRx.html
-The RxJava wiki: https://github.com/Netflix/RxJava/wiki
-Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx
-https://rx.codeplex.com/
+Netflix blog post (RxJava): http://techblog.netflix.com/2013/02/rxjava-netflix-api.html
+Introduction to Rx eBook (C#): http://www.introtorx.com/content/v1.0.10621.0/01_WhyRx.html
+The RxJava wiki: https://github.com/Netflix/RxJava/wiki
+Netflix QCon presentation: http://www.infoq.com/presentations/netflix-functional-rx
+https://rx.codeplex.com/
 
 There are open source C++ implementations, I haven't looked at them. They
 might be the best way to go rather than writing it NIH-style. I mostly did it