From 6ed6159eec627dbb2512abdfc08b74369c88999a Mon Sep 17 00:00:00 2001 From: John Estropia Date: Wed, 3 Jun 2015 01:52:01 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8e4904..7f2a037 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Simple, elegant, and smart Core Data programming with Swift (Swift, iOS 8+) +[Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki) ## Features @@ -66,7 +67,7 @@ let count = CoreStore.queryValue( ``` -## Quick jumps +## Contents - [Architecture](#architecture) - [Setting up](#setup) @@ -164,8 +165,6 @@ class MyViewController: UIViewController { } ``` -Check out the *CoreStore.swift* and *DataStack.swift files* if you want to explore the inner workings of the data stack. - ## Saving and processing transactions