From 310c83a27c0cdbec6c4ea8d6844454c1587b1945 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Fri, 11 Apr 2025 16:06:47 +0800 Subject: [PATCH] fix: escape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4c450..b68874a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ```bash docker run -p 8080:8080 ghcr.io/simon-ding/polaris:latest ``` -随后访问 http://:8080,即可快速体验Polaris的功能 +随后访问 http://\:8080,即可快速体验Polaris的功能 详细教程请参考 [【快速开始】](./doc/quick_start.md)