diff --git a/README.md b/README.md index 4b1d982c..10ccd037 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati ## Features - OpenAPI 3.0 -- Built in automatic Internationalization +- Built in automatic Internationalization (I18n) - Works with any framework - View resources, models, and directly make API calls - Better Usability, diff --git a/package.json b/package.json index 7f26cad5..ee431e36 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "API", "REST", "REST gui", + "api spec", + "spec", "documentation", "Custom Element", "Web Component", @@ -30,7 +32,9 @@ "openapi themes", "swagger themes", "rapidoc", - "redoc" + "redoc", + "i18n", + "internationalization" ], "main": "dist/lib/openapi-explorer.js", "module": "dist/es/openapi-explorer.js",