From 041be5447148e7455d38af986b1fc64bc420b62a Mon Sep 17 00:00:00 2001 From: createcentury <60932355+createcentury@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:31:40 +0900 Subject: [PATCH] Update README.md (#1187) updated subtle misspelling. --- packages/markitdown-mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markitdown-mcp/README.md b/packages/markitdown-mcp/README.md index 923a42f..5b92fb3 100644 --- a/packages/markitdown-mcp/README.md +++ b/packages/markitdown-mcp/README.md @@ -25,7 +25,7 @@ To run the MCP server, ussing STDIO (default) use the following command: markitdown-mcp ``` -To run the MCP server, ussing SSE use the following command: +To run the MCP server, using SSE use the following command: ```bash markitdown-mcp --sse --host 127.0.0.1 --port 3001