Browse Source

README include framework discussion

Robert M. Ryan 10 years ago
parent
commit
dc937d3c64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.markdown

+ 1 - 1
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 {