Modify wrong code

Eliseo Juan Quintanilla
2017-01-03 16:27:29 +01:00
parent fef861a615
commit d15e579b0a

@@ -9,8 +9,8 @@ CoreStore.defaultStack = DataStack(
Adding a store:
```swift
do {
try CoreStore.addSQLiteStore(
fileName: "MyStore.sqlite",
try CoreStore.addStorage(
SQLiteStore(fileName: "MyStore.sqlite"),
completion: { (result) -> Void in
// ...
}