Skip to content

Commit

Permalink
docs: tiny language tweaks so it's more OpenAPI forward (#483)
Browse files Browse the repository at this point in the history
* Update README.md

* Update package.json
  • Loading branch information
kanadgupta authored Aug 25, 2021
1 parent 1469446 commit bef296c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oas

Working with Swagger and OpenAPI definitions is hard. This makes it easier.
Working with OpenAPI definitions is hard. This makes it easier.

[![Build](https://github.com/readmeio/oas/workflows/CI/badge.svg)](https://github.com/readmeio/oas/) [![](https://img.shields.io/npm/v/oas)](https://npm.im/oas)

Expand All @@ -13,7 +13,7 @@ npm install oas
```

## CLI
The CLI tool makes creating API definition files easier. It currently supports [Swagger 2.0](https://swagger.io/specification/v2/) and [OpenAPI 3.x](https://swagger.io/specification/) documents.
The CLI tool makes creating API definition files easier. It currently supports [OpenAPI 3.x](https://swagger.io/specification/) and [Swagger 2.0](https://swagger.io/specification/v2/) documents.

### Usage

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "oas",
"version": "14.3.1",
"description": "Working with Swagger and OpenAPI definitions is hard. This makes it easier.",
"description": "Working with OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe <[email protected]> (http://readme.io)",
"author": "ReadMe <[email protected]> (https://readme.com)",
"main": "src/index.js",
"bin": {
"oas": "bin/oas"
Expand All @@ -14,8 +14,10 @@
"tags": [
"api",
"apis",
"openapi",
"swagger",
"openapi initiative",
"openapi specification",
"openapi spec",
"openapi document",
"oai",
Expand Down

0 comments on commit bef296c

Please sign in to comment.