Skip to content

Commit

Permalink
docs: Open API -> OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 17, 2020
1 parent 7b666ad commit d84b01c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "ReadMe <[email protected]> (http://readme.io)",
"name": "oas",
"description": "A collection of Open API Initiative (Swagger) tools",
"description": "A collection of OpenAPI Initiative tools",
"license": "MIT",
"main": "index.js",
"bin": {
Expand All @@ -14,8 +14,9 @@
"api",
"apis",
"swagger",
"open api initiative",
"open api spec",
"openapi initiative",
"openapi spec",
"openapi document",
"oai",
"oas",
"apidoc",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ exports.run = function() {
console.log('');
console.log('SUCCESS!'.green);
console.log('');
console.log(`We've created your new Open API file at ${answers.output.yellow}.`);
console.log(`We've created your new OpenAPI file at ${answers.output.yellow}.`);
console.log('');
console.log('You can document each endpoint right above the code. Just use the');
console.log('following syntax in a comment above the code:');
Expand Down

0 comments on commit d84b01c

Please sign in to comment.