Explorar el Código

README include framework discussion

Robert M. Ryan hace 10 años
padre
commit
dc937d3c64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {