Ver código fonte

Update README for Swift 3

Robert M. Ryan 9 anos atrás
pai
commit
56ee94a95e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      README.markdown

+ 1 - 0
README.markdown

@@ -317,6 +317,7 @@ To do this, you must:
 
 If you do the above, you can then write Swift code that uses `FMDatabase`. For example, in Swift 3:
 
+```swift
 let fileURL = try! FileManager.default
     .url(for: .documentDirectory, in: .userDomainMask, appropriateFor: nil, create: false)
     .appendingPathComponent("test.sqlite")