Update README.md

This commit is contained in:
John Estropia
2015-06-03 01:52:01 +09:00
parent 7710578bbc
commit 6ed6159eec

View File

@@ -6,6 +6,7 @@
Simple, elegant, and smart Core Data programming with Swift Simple, elegant, and smart Core Data programming with Swift
(Swift, iOS 8+) (Swift, iOS 8+)
[Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki)
## Features ## Features
@@ -66,7 +67,7 @@ let count = CoreStore.queryValue(
``` ```
## Quick jumps ## Contents
- [Architecture](#architecture) - [Architecture](#architecture)
- [Setting up](#setup) - [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.
## <a id="transactions">Saving and processing transactions</a> ## <a id="transactions">Saving and processing transactions</a>