From 8bb9391fa82a40858dccd41fd59a7d2263cf4325 Mon Sep 17 00:00:00 2001 From: Matt Hurne Date: Thu, 20 Nov 2014 09:05:59 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db28b9d0..6f20f9c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Swagger UI -Swagger UI is part of Swagger project. The Swagger project allows you to produce, visualize and consume your OWN RESTful services. No proxy or 3rd party services required. Do it your own way. +Swagger UI is part of the Swagger project. The Swagger project allows you to produce, visualize and consume your OWN RESTful services. No proxy or 3rd party services required. Do it your own way. Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation and sandbox from a Swagger-compliant API. Because Swagger UI has no dependencies, you can host it in any server environment, or on your local machine. From 42dfeab88220375eaacdbc0aa7cbd68fe9942a85 Mon Sep 17 00:00:00 2001 From: Matt Hurne Date: Thu, 20 Nov 2014 09:11:29 -0500 Subject: [PATCH 2/3] Fix spelling error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f20f9c5..0d0df297 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The goal of Swaggerâ„¢ is to define a standard, language-agnostic interface to R Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for other languages and more. -## Compatability +## Compatibility The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-ui project has the following compatibilies with the swagger specification: Swagger UI Version | Release Date | Swagger Spec compatability | Notes | Status From 33f5c2e4986b3323fd3c389c63a44cb2211a9a17 Mon Sep 17 00:00:00 2001 From: Matt Hurne Date: Thu, 20 Nov 2014 09:15:07 -0500 Subject: [PATCH 3/3] Fix spelling errors and improve a sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d0df297..04894aca 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additi ## Compatibility -The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-ui project has the following compatibilies with the swagger specification: +The Swagger Specification has undergone 3 revisions since initial creation in 2010. Compatibility between swagger-ui and the Swagger specification is as follows: -Swagger UI Version | Release Date | Swagger Spec compatability | Notes | Status +Swagger UI Version | Release Date | Swagger Spec compatibility | Notes | Status ------------------ | ------------ | -------------------------- | ----- | ------ 2.1.0-alpha.1 (in development) | 2014-10-06 | 1.1, 1.2, 2.0 | [master](https://github.com/swagger-api/swagger-ui/tree/master) | [Issues](https://github.com/swagger-api/swagger-ui/milestones/v2.1.0) 2.0.24 | 2014-09-12 | 1.1, 1.2 | [tag v2.0.24](https://github.com/swagger-api/swagger-ui/tree/v2.0.24) |