From d15e579b0af4b02aaf5fa805a015dfcf06d927c6 Mon Sep 17 00:00:00 2001 From: Eliseo Juan Quintanilla Date: Tue, 3 Jan 2017 16:27:29 +0100 Subject: [PATCH] Modify wrong code --- TL;DR-(a.k.a.-sample-codes).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TL;DR-(a.k.a.-sample-codes).md b/TL;DR-(a.k.a.-sample-codes).md index a401140..c84caf8 100644 --- a/TL;DR-(a.k.a.-sample-codes).md +++ b/TL;DR-(a.k.a.-sample-codes).md @@ -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 // ... }