From a6abeac3719b2adc0f8904950de74ec8c28a061d Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sun, 3 Jul 2016 16:29:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882b68c..3ad4025 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # :warning: Deprecated :warning: -As Swift 3 and proposal [SE-0069](https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md), this library is no longer necessary. +As Swift 3.0 and proposal [SE-0069](https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md), this library is no longer necessary. Foundation now provides a `Notification` struct. Unfortunately, it is not generic like the value type provided by this library, `Notification`, but dealing with the trouble/confusion between the namespaces (`Foundation.Notification` vs. `JSQNotificationObserverKit.Notification`) makes this library not worth it.