From a3b98c025e601c8128bd00df7068a5bb14d0180d Mon Sep 17 00:00:00 2001 From: Jack Stevenson Date: Thu, 5 Feb 2026 17:51:40 +1100 Subject: [PATCH] fix: test release again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f111eb9..d2d7b96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # trpc2openapi -Yet another tRPC to OpenAPI converter — because I couldn't find one that supported **tRPC 11** and **Zod 4**. +This is another tRPC to OpenAPI converter — because I couldn't find one that supported **tRPC 11** and **Zod 4**. This library generates an OpenAPI 3.1 specification that conforms to the [tRPC RPC specification](https://trpc.io/docs/rpc), meaning the generated spec describes how tRPC handles HTTP requests and responses.