From 187f330eb85ea7e8149ffda4b3df690cdba3a031 Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Mon, 7 Jul 2025 18:55:43 +0900 Subject: [PATCH] =?UTF-8?q?README=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +---- examples/simple-js/{JS_load.md => README.md} | 0 2 files changed, 1 insertion(+), 4 deletions(-) rename examples/simple-js/{JS_load.md => README.md} (100%) diff --git a/README.md b/README.md index f1ec5de..e05f722 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,4 @@ This repository hosts the code for: -- [SDK for Web Apps](./packages/web/README.md) -- [SDK for Browser Extensions](./packages/browser/README.md) -- [SDK for React / Remix / Next.js](./packages/react/README.md) -- [SDK for Angular](./packages/angular/README.md) +- [Static 자바스크립트 파일 삽입](./examples/simple-js/README.md) diff --git a/examples/simple-js/JS_load.md b/examples/simple-js/README.md similarity index 100% rename from examples/simple-js/JS_load.md rename to examples/simple-js/README.md