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: