From ba331d40cc02ab2bc14ff603e9e7f34982b65998 Mon Sep 17 00:00:00 2001 From: Oleh Vdovenko Date: Tue, 16 Sep 2025 20:46:17 +0200 Subject: [PATCH] fix: typo in README.md description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89c711..caab7e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # openapi-typescript-server -`openapi-typescript-server` is a CLI and minimal runtime library that helps you implement type-safe APIs documented by OpenAP +`openapi-typescript-server` is a CLI and minimal runtime library that helps you implement type-safe APIs documented by OpenAPI. [![Test Build](https://github.com/jasonblanchard/openapi-typescript-server/actions/workflows/test.yaml/badge.svg)](https://github.com/jasonblanchard/openapi-typescript-server/actions/workflows/test.yaml) [![npm version](https://badge.fury.io/js/openapi-typescript-server.svg)](https://badge.fury.io/js/openapi-typescript-server)