From efbfafd8b4aa9bdbe85e6572d1da9e85bf834138 Mon Sep 17 00:00:00 2001 From: defimov Date: Thu, 4 Apr 2024 00:00:11 +0400 Subject: [PATCH] add link for OpenAPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b8b3d..99b9d44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Esplanade This gem helps you to validate and synchronize your API in strict accordance to the documentation in -[API Blueprint](https://apiblueprint.org/) and OpenAPI formats. +[API Blueprint](https://apiblueprint.org/) and [OpenAPI](https://www.openapis.org/) formats. To do this it automatically searches received requests and responses in the documentation and run JSON-schemas validators.