diff --git a/Guides/Getting Started.md b/Guides/Getting Started.md index cc841f9e..3a194690 100644 --- a/Guides/Getting Started.md +++ b/Guides/Getting Started.md @@ -111,7 +111,7 @@ Both `shayne` and `ann` represent the same *unique* data because they share the To represent this in `IGListKit`'s diffing, add and implement the `IGListDiffable` protocol: ```swift -extension User: IGListDiffable { +extension User: ListDiffable { func diffIdentifier() -> NSObjectProtocol { return primaryKey }