From 880894d026133bc954a0d56fc749943b55907af1 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Thu, 25 Jul 2019 07:38:21 -0700 Subject: [PATCH] small fix for example in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9567cb4..993e727 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,8 @@ public enum ResourceObjectDescription2: JSONAPI.ResourceObjectDescription { case wholeOtherThing = "coolProperty" } } + + public typealias Relationships = NoRelationships } ```