Skip to content

Commit

Permalink
Minor Readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
FahimF committed Mar 5, 2015
1 parent c0a47d7 commit a938933
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 @@ -52,7 +52,7 @@ In the above, `db` is a reference to the shared SQLite database instance and `SQ

* You can execute all non-query SQL commands (INSERT, DELETE, UPDATE etc.) using the `execute` method:
```swift
let result = db.execute("DELETE * FROM customers WHERE last_name='Smith'")
let result = db.execute("DELETE FROM customers WHERE last_name='Smith'")
// If the result is 0 then the operation failed
```

Expand Down

0 comments on commit a938933

Please sign in to comment.