diff --git a/package.json b/package.json index c777bec..f3aa219 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "types": "src/index.ts", "typings": "src/index.ts", "keywords": [ - "kingworld", + "elysia", "swagger" ], "homepage": "https://github.com/elysiajs/elysia-swagger", diff --git a/src/index.ts b/src/index.ts index 4c9280a..5c4a9d8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -156,7 +156,7 @@ export const swagger = ...defaultConfig, ...swagger, info: { - title: 'KingWorld Documentation', + title: 'Elysia Documentation', description: 'Developement documentation', version: '0.0.0', ...swagger.info