mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-17 14:37:11 +01:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
## <a id="transactions">Saving and processing transactions</a>
|
||||
|
||||
Reference in New Issue
Block a user