Skip to content

Commit

Permalink
Update README for Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmryan committed Aug 10, 2016
1 parent add5a00 commit 56ee94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 56ee94a

Please sign in to comment.