From d450a2d03f8a66521810578e9e265473f7e07b47 Mon Sep 17 00:00:00 2001 From: "Jun, Koo" Date: Mon, 26 May 2025 03:03:12 +0900 Subject: [PATCH] docs: fix extra closing parenthesis in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594a42d..a99cc24 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To set up the reference implementation: To build and install the MCP reference implementation from this repository's source code: 1. Ensure you have [Roblox Studio](https://create.roblox.com/docs/en-us/studio/setup) and - [Claude Desktop](https://claude.ai/download)) installed and started at least once. + [Claude Desktop](https://claude.ai/download) installed and started at least once. 1. Exit Claude and Roblox Studio if they are running. 1. [Install](https://www.rust-lang.org/tools/install) Rust. 1. Download or clone this repository.