Update README.md

This commit is contained in:
John Estropia
2015-09-24 23:47:06 +09:00
parent c6fe494fe1
commit 2a8df0596d

View File

@@ -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