From bef296cde4d7f7cac4e251148666fa71033319db Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 25 Aug 2021 10:53:10 -0500 Subject: [PATCH] docs: tiny language tweaks so it's more OpenAPI forward (#483) * Update README.md * Update package.json --- README.md | 4 ++-- package.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af2b7768..dc275aeb 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package.json b/package.json index 2964e9cb..d86d093d 100644 --- a/package.json +++ b/package.json @@ -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 (http://readme.io)", + "author": "ReadMe (https://readme.com)", "main": "src/index.js", "bin": { "oas": "bin/oas" @@ -14,8 +14,10 @@ "tags": [ "api", "apis", + "openapi", "swagger", "openapi initiative", + "openapi specification", "openapi spec", "openapi document", "oai",