From 92e959ccd1a790d6d1474b398f69c483f070b63f Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Wed, 1 Apr 2026 21:50:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fb2af..1f06061 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 將 `TypingEffect.jsx` 複製到你的 Docusaurus 專案中(例如 `src/components/`),然後在任何 MDX 檔案中引入: -```mdx +```js import TypingEffect from '@site/src/components/TypingEffect';