diff --git a/docs/eden/installation.md b/docs/eden/installation.md
index 90a26926..94cf423f 100644
--- a/docs/eden/installation.md
+++ b/docs/eden/installation.md
@@ -125,9 +125,9 @@ node_modules/elysia
peer elysia@">= 1.1.0" from @elysia/opentelemetry@1.1.2
node_modules/@elysia/opentelemetry
dev @elysia/opentelemetry@"1.1.7" from the root project
- peer elysia@">= 1.1.0" from @elysia/swagger@1.1.0
- node_modules/@elysia/swagger
- dev @elysia/swagger@"1.1.6" from the root project
+ peer elysia@">= 1.1.0" from @elysiajs/swagger@1.1.0
+ node_modules/@elysiajs/swagger
+ dev @elysiajs/swagger@"1.1.6" from the root project
peer elysia@">= 1.1.0" from @elysia/eden@1.1.2
node_modules/@elysia/eden
dev @elysia/eden@"1.1.3" from the root project
diff --git a/docs/migrate/from-fastify.txt b/docs/migrate/from-fastify.txt
index 7d135886..6da86038 100644
--- a/docs/migrate/from-fastify.txt
+++ b/docs/migrate/from-fastify.txt
@@ -1223,7 +1223,7 @@ const app = new Elysia()
-> Elysia use `@elysia/swagger` for OpenAPI documentation using Scalar by default, or optionally Swagger
+> Elysia use `@elysiajs/swagger` for OpenAPI documentation using Scalar by default, or optionally Swagger
diff --git a/docs/plugins/openapi.md b/docs/plugins/openapi.md
index 35094a7e..c4078b6d 100644
--- a/docs/plugins/openapi.md
+++ b/docs/plugins/openapi.md
@@ -7,11 +7,11 @@ head:
- - meta
- name: 'description'
- content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
+ content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".
- - meta
- name: 'og:description'
- content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
+ content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".
---