Skip to content

Commit 369d9d4

Browse files
committed
README
1 parent 52701c0 commit 369d9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Core Data Query Interface is a type-safe, fluent library for working with Core Data in Swift. If you've worked with LINQ in the C# world, you can think of CDQI as "LINQ for Core Data", though without the syntactic sugar of the custom operators.
44

5-
The syntax speaks for itself:
5+
The simplicity of the syntax compared to standard Core Data speaks for itself:
66

77
```swift
88
let employees = moc.from(Employee).filter("salary > 80000").all()

0 commit comments

Comments
 (0)