From 2c4019853b34de457f8ccf6ee155525cfafd0e65 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Aug 2018 21:03:44 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 194eb15..d2c6d16 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 次にそのディレクトリに config.json を作成します。中身は次のようにします: ``` { - "host": "あにゃたのインスタンスのURL", - "i": "APIキー" + "host": "あなたのインスタンスのURL", + "i": "藍として動かしたいアカウントのAPIキー" } ``` `npm run build` して `node built` すれば起動できます