From fcc03ebc2586880d00c1f04f3d90eae38667f583 Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Fri, 9 Feb 2024 21:22:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b6b852..34e4273c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ docker run --rm -t tufin/oasdiff changelog https://raw.githubusercontent.com/Tuf - OpenAPI diff in YAML, JSON, Text/Markdown or HTML - [Run from Docker](#openapi-diff-with-docker) - [Embed in your go program](#embedding-oasdiff-into-your-program) -- OpenAPI diff of local files system or remote files over http/s +- OpenAPI diff of local files or remote files over http/s - Compare specs in YAML or JSON format - [Compare two collections of specs](#composed-mode) - Comprehensive diff including all aspects of [OpenAPI Specification](https://swagger.io/specification/): paths, operations, parameters, request bodies, responses, schemas, enums, callbacks, security etc.