Skip to content

Commit

Permalink
Update README_zhCN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkstra authored Nov 12, 2024
1 parent 384c405 commit 5bcb8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README_zhCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CREATE DATABASE ai_recruitment;
go run main.go
```

服务器将运行在 http://localhost:8001。
服务器将运行在 `http://localhost:8001`

### 7. 启动 AI 服务

Expand All @@ -95,7 +95,7 @@ go run main.go
python AI-service/main.py
```

AI 服务将在 http://localhost:5000 运行。
AI 服务将在 `http://localhost:5000` 运行。

## 部署

Expand Down Expand Up @@ -133,4 +133,4 @@ docker compose up -d --build

## 许可证

此项目遵循 MIT 许可证。详情见 LICENSE 文件。
此项目遵循 MIT 许可证。详情见 LICENSE 文件。

0 comments on commit 5bcb8f8

Please sign in to comment.