Skip to content

Commit 422a327

Browse files
Readme update
1 parent 30d7290 commit 422a327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ProgrammaticCoreData
22

3-
ProgrammaticCoreData is a library for iOS and macOS for creating CoreData's `NSManagedObjectModel`s programmatically.
3+
ProgrammaticCoreData is a declarative library for iOS and macOS for creating CoreData's `NSManagedObjectModel`s programmatically.
44

55
### Why might I want to create my Core Data models programmatically (and with ProgrammaticCoreData):
66
- CoreData models that were created with Xcode's editor are a pain to ship in packages.
@@ -225,4 +225,4 @@ extension Author: SelfDescribingCoreDataEntity {
225225

226226
## Limitations
227227

228-
- Entities can have a maximum of 25 attributes
228+
- Entities in `ProgrammaticCoreData` can have a maximum of 25 attributes

0 commit comments

Comments
 (0)