diff --git a/README.md b/README.md index eeeac35..fa9ef4e 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ extension EntityDescription1.Attributes { property2 = try .defaultDecoding(from: container, forKey: .property2) property3 = try .defaultDecoding(from: container, forKey: .property3) - weirdThing = "hello world" + weirdThing = .init(value: "hello world") } public func encode(to encoder: Encoder) throws {