Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert M. Ryan <robert.ryan@mindspring.com>2015-08-02 20:12:19 +0300
committerRobert M. Ryan <robert.ryan@mindspring.com>2015-08-02 20:12:19 +0300
commitdc937d3c647cc4092a809d83dd49bd35fe22df0f (patch)
treedadacd836385505b79ddbdbc43ce6d562986913a /README.markdown
parentfa010c95467c42f0d9cc5566dd3b95724e12fd59 (diff)
README include framework discussion
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 9738f27..7c2e085 100644
--- a/README.markdown
+++ b/README.markdown
@@ -363,7 +363,7 @@ FOUNDATION_EXPORT const unsigned char FMDBVersionString[];
8. You can now use this new FMDB framework from your main target. For example, in Swift:
-```import UIKit
+ ```import UIKit
import FMDB
class ViewController: UIViewController {