Skip to content

Commit 6b8215b

Browse files
author
Ron
authored
Merge pull request #964 from swagger-api/feature/rebranding-master
Swagger Parser Rebranding in master
2 parents d020ad2 + ccac2c5 commit 6b8215b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Swagger Parser
1+
# Swagger Parser <img src="https://raw.githubusercontent.com/swagger-api/swagger.io/wordpress/images/assets/SW-logo-clr.png" height="50" align="right">
22

3-
**NOTE:** If you're looking for `swagger-parser` 1.X and OpenApi 2.0, please refer to [v1 branch](https://github.com/swagger-api/swagger-parser/tree/v1)
3+
**NOTE:** If you're looking for `swagger-parser` 1.X and OpenAPI 2.0, please refer to [v1 branch](https://github.com/swagger-api/swagger-parser/tree/v1)
44

55
[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-parser-v2.svg)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-parser-v2)
66

77
## Overview
8-
This is the swagger parser project, which reads OpenAPI Specifications into current Java POJOs. It also provides a simple framework to add additional converters from different formats into the Swagger objects, making the entire toolchain available.
8+
This is the Swagger Parser project, which reads OpenAPI definitions into current Java POJOs. It also provides a simple framework to add additional converters from different formats into the Swagger objects, making the entire toolchain available.
99

1010

1111
### Usage
12-
Using the swagger-parser is simple. Once included in your project, you can read a OpenAPI Specification from any location:
12+
Using the Swagger Parser is simple. Once included in your project, you can read a OpenAPI Specification from any location:
1313

1414
```java
1515
import io.swagger.v3.parser.OpenAPIV3Parser;
@@ -59,7 +59,7 @@ Manager. That's done by setting a system environment variable as such:
5959
export TRUST_ALL=true
6060
```
6161

62-
And then the swagger-parser will _ignore_ invalid certificates. Of course this is generally a bad idea, but if you're
62+
And then the Swagger Parser will _ignore_ invalid certificates. Of course this is generally a bad idea, but if you're
6363
working inside a firewall or really know what you're doing, well, there's your rope.
6464

6565
### Dealing with Let's Encrypt
@@ -119,7 +119,7 @@ or
119119
License
120120
-------
121121

122-
Copyright 2017 SmartBear Software
122+
Copyright 2018 SmartBear Software
123123

124124
Licensed under the Apache License, Version 2.0 (the "License");
125125
you may not use this file except in compliance with the License.
@@ -132,4 +132,3 @@ See the License for the specific language governing permissions and
132132
limitations under the License.
133133

134134
---
135-
<img src="http://swagger.io/wp-content/uploads/2016/02/logo.jpg"/>

0 commit comments

Comments
 (0)