From 8c322beb66bd13a12914c4a14a3d104a5989e212 Mon Sep 17 00:00:00 2001 From: Aaron Baker Date: Mon, 10 Mar 2014 11:02:53 -0400 Subject: [PATCH 1/2] Rename README to README.markdown Readme was not in markdown format. This causes a slight issue with how the objective-c code appeared. --- README => README.markdown | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) rename README => README.markdown (87%) diff --git a/README b/README.markdown similarity index 87% rename from README rename to README.markdown index 4385b5d..45972c5 100644 --- a/README +++ b/README.markdown @@ -1,8 +1,5 @@ -************************* - - SQLITE MANAGER FOR IOS - -************************* +SQLite Manager for iOS +====================== SQLiteManager is a simple Class "wrapper" to use SQLite3 within iOS SDK. It provides methods to: @@ -19,11 +16,8 @@ If you use it, don't forget to mention me as the original creator. Thanks and enjoy! -********************** - - INSTALLATION & USAGE - -********************** +Installation & Usage +-------------------- Just drag the two classes into your project. Also you need to import SQLite3 framework. Go to frameworks-> add existing framework->libsql3.dylib From c7b1630ea463bf10027b8c2449498f57514fd5c8 Mon Sep 17 00:00:00 2001 From: Aaron Baker Date: Mon, 10 Mar 2014 11:03:13 -0400 Subject: [PATCH 2/2] Rename README.markdown to README.md --- README.markdown => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.markdown => README.md (100%) diff --git a/README.markdown b/README.md similarity index 100% rename from README.markdown rename to README.md