🎉 feat: rebrand to elysia

This commit is contained in:
saltyaom
2022-12-04 21:18:29 +07:00
parent 3b091d5200
commit 3a72d96426
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# @elysiajs/swagger
A plugin for [elysia](https://github.com/elysiajs/elysia) to auto-generate Swagger page.
Plugin for [elysia](https://github.com/elysiajs/elysia) to auto-generate Swagger page.
## Installation
```bash
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@elysiajs/swagger",
"version": "0.0.0-experimental.3",
"description": "A plugin for Elysia to auto-generate Swagger page",
"description": "Plugin for Elysia to auto-generate Swagger page",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
+1 -1
View File
@@ -77,7 +77,7 @@ const filterPaths = (
}
/**
* A plugin for [elysia](https://github.com/elysiajs/elysia) that auto-generate Swagger page.
* Plugin for [elysia](https://github.com/elysiajs/elysia) that auto-generate Swagger page.
*
* @see https://github.com/elysiajs/elysia-swagger
*/