From 2cb3b803743604d2b0641aa53f186b5fbf3026c0 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Wed, 3 Jun 2015 01:32:48 +0900 Subject: [PATCH] Updated CoreStore (markdown) --- CoreStore.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CoreStore.md b/CoreStore.md index 9e30543..dfdc2bc 100644 --- a/CoreStore.md +++ b/CoreStore.md @@ -65,6 +65,15 @@ let count = CoreStore.queryValue( ``` +## Contents +- [[Architecture]] +- [[Setting up]] +- [[Saving and processing transactions]] +- [[Fetching and querying]] +- [[Logging and error handling]] +- [[Observing changes and notifications]] + + # TODO - Data importing utilities for transactions - Migration utilities @@ -96,13 +105,4 @@ Please feel free to report any issues, suggestions, or criticisms! 日本語で連絡していただいても構いません! ## License -CoreStore is released under an MIT license. See the LICENSE file for more information - - -## Contents -- [[Architecture]] -- [[Setting up]] -- [[Saving and processing transactions]] -- [[Fetching and querying]] -- [[Logging and error handling]] -- [[Observing changes and notifications]] \ No newline at end of file +CoreStore is released under an MIT license. See the LICENSE file for more information \ No newline at end of file