Skip to content

Commit

Permalink
Update Quick_Start_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaZhao authored Feb 22, 2022
1 parent df3934a commit 5217af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Quick_Start_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A user can also start a RPC service with `paddle_serving_server.serve`. RPC serv
python3 -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9292
```

For a complete list of parameters, see the document [Serving Configuration](doc/Serving_Configure_CN.md#c-serving)
For a complete list of parameters, see the document [Serving Configuration](Serving_Configure_CN.md#c-serving)

```python
# A user can visit rpc service through paddle_serving_client API
Expand Down

0 comments on commit 5217af4

Please sign in to comment.