From 0b9d49245d6dbac1f8a194f68d6b3edbba895039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B0=EC=84=B1=EC=A4=80?= <15906101+westofsky@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:15:48 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 33eb7f6..ec0e12d 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ ## Overview -**Swaggy UI** is a javascript project intended for use in single-page applications that to enhance the user interface of the **Swaggy-Swagger** library. -**Swaggy-Swagger** builds upon the popular Swagger framework, providing a more intuitive and flexible API documentation experience.
+**Swaggy-Swagger-Node** is a customized version of **Swagger UI** tailored specifically for Node.js users. This npm package enhances API documentation experiences by building upon the original Swagger UI framework, offering a more intuitive and flexible interface for Node.js applications. The UI closely follows the original [Swagger UI](https://github.com/swagger-api/swagger-ui) design, ensuring a familiar look and feel for users. -See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more details.
+For more information on the original Swagger UI project, please visit the official [Swagger UI repository](https://github.com/swagger-api/swagger-ui). #### Demo Website @@ -41,9 +40,6 @@ See **Swaggy-Swagger** [README.md](https://github.com/Swaggy-Swagger) for more d

-**Swaggy-Swagger-Node** is a customized version of **Swagger UI** tailored specifically for Node.js users. This npm package enhances API documentation experiences by building upon the original Swagger UI framework, offering a more intuitive and flexible interface for Node.js applications. The UI closely follows the original [Swagger UI](https://github.com/swagger-api/swagger-ui) design, ensuring a familiar look and feel for users. - -For more information on the original Swagger UI project, please visit the official [Swagger UI repository](https://github.com/swagger-api/swagger-ui). ## How To Install