Unverified Commit bca97c6b authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #581 from JiangJiafu/patch-1

Update server.md
parents 8006ce2b b7f78c89
......@@ -201,7 +201,7 @@ Server启动后你无法再修改其中的Service。
# 启动
调用以下[Server](https://github.com/brpc/brpc/blob/master/src/brpc/server.h)一下接口启动服务。
调用以下[Server](https://github.com/brpc/brpc/blob/master/src/brpc/server.h)的接口启动服务。
```c++
int Start(const char* ip_and_port_str, const ServerOptions* opt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment