Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FahimF committed Jun 26, 2014
1 parent 351a05a commit fc66e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usage
```swift
let data = db.query("SELECT * FROM customers WHERE name='John'")
let row = data[0]
if let name = row.["name"] {
if let name = row["name"] {
textLabel.text = name.string
}
```
Expand Down

0 comments on commit fc66e4e

Please sign in to comment.