diff --git a/README_zhCN.md b/README_zhCN.md index 92d3501..b0a93e1 100644 --- a/README_zhCN.md +++ b/README_zhCN.md @@ -85,7 +85,7 @@ CREATE DATABASE ai_recruitment; go run main.go ``` -服务器将运行在 http://localhost:8001。 +服务器将运行在 `http://localhost:8001`。 ### 7. 启动 AI 服务 @@ -95,7 +95,7 @@ go run main.go python AI-service/main.py ``` -AI 服务将在 http://localhost:5000 运行。 +AI 服务将在 `http://localhost:5000` 运行。 ## 部署 @@ -133,4 +133,4 @@ docker compose up -d --build ## 许可证 -此项目遵循 MIT 许可证。详情见 LICENSE 文件。 \ No newline at end of file +此项目遵循 MIT 许可证。详情见 LICENSE 文件。