diff --git a/README.md b/README.md index 8cfa350..567f16b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ const todos = await listTodos({ const todos = await listTodos({ fields: ["id", "title", { item: ["id", "name", "description"] }] }); +``` **Migration Guide:** 1. Update error handling code to expect `AshRpcError[]` for the `errors` field