From 4a703b89d84c58f15112b8381c92a8984a142495 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Tue, 1 Apr 2025 17:47:11 +0800 Subject: [PATCH] docs: update image syntax in README for Dashboard UI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa09e9..87c5da4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pnpm dev ## Usage 1. Visit Dashboard UI at `http://localhost:3000` to see the status of your MCP servers. - // image - ![Dashboard UI](assets/dashboard.png) + + ![](assets/dashboard.png) 2. Use sse endpoint in any application: `http://localhost:3000/sse`