From 74438286afba44c7243d5a97dc2db4d9d3155525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=B3pez?= Date: Sat, 15 Dec 2018 10:19:51 -0500 Subject: [PATCH] Swagger Samples Rebranding in 2.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 011e55b0..d32016ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# swagger-samples +# Swagger Samples -The goal of Swaggerâ„¢ is to define a standard, language-agnostic interface to REST APIs which allows both humans and +The goal of Swagger is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level