diff --git a/MIGRATING.md b/MIGRATING.md index 6a0083a2..33d6f84a 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -470,7 +470,7 @@ const transport = createConnectTransport({ baseUrl: "https://demo.connectrpc.com", jsonOptions: { - typeRegistry: createRegistry(SayRequest), -- registry: createRegistry(SayRequestSchema), ++ registry: createRegistry(SayRequestSchema), }, }); ```