From 4e03ebace5124c21f62254501663e42037db7e7f Mon Sep 17 00:00:00 2001 From: Fernando Paredes Date: Fri, 11 Dec 2015 22:37:17 -0800 Subject: [PATCH] Remove warning for a limited ReplaySubject --- Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Readme.md b/Readme.md index 4adc291b..0580cbf6 100644 --- a/Readme.md +++ b/Readme.md @@ -62,8 +62,6 @@ There's also a really cool extension on `UIAlertAction`, used by [`UIAlertContro let action = UIAlertAction.Action("Hi", style: .Default) ``` -**NOTE**: Due to a temporary issue with RxSwift, there's a [slight issue](https://github.com/ashfurrow/Action/issues/3) that shouldn't affect you, but might. Who knows! - Installing ----------