From 2a8df0596d8d537aa1451a901e4b6de4d86ce6eb Mon Sep 17 00:00:00 2001 From: John Estropia Date: Thu, 24 Sep 2015 23:47:06 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983fbbc..491eaac 100644 --- a/README.md +++ b/README.md @@ -618,7 +618,7 @@ public protocol ImportableObject: class { First, set `ImportSource` to the expected type of the data source: ```swift typealias ImportSource = [String: AnyObject] -`` +``` This lets us call `importObject(_:source:)` with any `[String: AnyObject]` type as the argument to `source`: ```swift CoreStore.beginAsynchronous { (transaction) -> Void in