From 158febf1dda050feb89430a74659fad8ccb40827 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Wed, 21 Jan 2026 22:25:08 +0900 Subject: [PATCH] Fix: README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9b0732..4cc8ba8 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ ## 初期化 ```ts import uwuzu from "better-uwuzu-sdk"; -import ApiMap from "better-uwuzu-sdk/1.6.11/map"; +import type ApiMap from "better-uwuzu-sdk/1.6.11/map"; -const client = new uwuzu({ +const client = new uwuzu({ origin: "https://uwuzu.net", }); @@ -25,9 +25,9 @@ try { ## APIリクエスト ```ts import uwuzu from "better-uwuzu-sdk"; -import ApiMap from "better-uwuzu-sdk/1.6.11/map"; +import type ApiMap from "better-uwuzu-sdk/1.6.11/map"; -const client = new uwuzu({ +const client = new uwuzu({ origin: "https://uwuzu.net", });