From f0e7af5b542cc3e4657d16e90a31e3c8e26c5a00 Mon Sep 17 00:00:00 2001 From: cobafan Date: Tue, 15 Apr 2025 05:30:21 +0900 Subject: [PATCH] Fix typo in how to setup for README --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index ab67111..a3648d0 100644 --- a/README.ja.md +++ b/README.ja.md @@ -36,7 +36,7 @@ LINE公式アカウントとAI Agentを接続するために、LINE Messaging AP このリポジトリをクローンします: ``` -git clone git@github.com/line/line-bot-mcp-server.git +git clone git@github.com:line/line-bot-mcp-server.git ``` Node.jsを利用する場合は、必要な依存関係をインストールし、line-bot-mcp-serverをビルドします。Dockerを利用する場合は不要です。: diff --git a/README.md b/README.md index 6f22f98..e4e5a61 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ requirements: Clone this repository: ``` -git clone git@github.com/line/line-bot-mcp-server.git +git clone git@github.com:line/line-bot-mcp-server.git ``` Install the necessary dependencies and build line-bot-mcp-server when using Node.js. This step is not required when using Docker: