From 98076ebacd883052b30cbb1b2c8b13a660ee69a5 Mon Sep 17 00:00:00 2001 From: Davide Bertola Date: Wed, 7 Mar 2012 16:50:27 +0100 Subject: [PATCH] Fix readme markdown formatting --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7f6d24a..a59ba21 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,22 @@ We are brand new to objective-c, so there could be problems with our code! Installing ========== -/** + For installing with PhoneGap 1.3.0: in PGSQLitePlugin.h file change for PhoneGaps JSONKit.h implementation. -[code] -#ifdef PHONEGAP_FRAMEWORK - #import - #import - #import - #import - #import -#else - #import "PGPlugin.h" - #import "JSON.h" - #import "PhoneGapDelegate.h" - #import "File.h" -#endif -[/code] + #ifdef PHONEGAP_FRAMEWORK + #import + #import + #import + #import + #import + #else + #import "PGPlugin.h" + #import "JSON.h" + #import "PhoneGapDelegate.h" + #import "File.h" + #endif In the Project Build Phases tab, select the "Link Binary with Libraries" dropdown menu and add 2 libraries: