diff --git a/README.md b/README.md index a020c8fde96efcc11f7d48c4ab1561fa99c5501f..bae5bb3834035a0b786e963d4e6fe4c72acdd72b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ python -m paddle_serving_server.serve --model uci_housing_model --thread 10 --po | `name` | str | `""` | Service name, can be used to generate HTTP request url | | `model` | str | `""` | Path of paddle model directory to be served | -Here, we use curl to send a HTTP POST request to the service we just started. Users can use any python library to send HTTP POST as well, e.g, [requests](https://requests.readthedocs.io/en/master/). +Here, we use `curl` to send a HTTP POST request to the service we just started. Users can use any python library to send HTTP POST as well, e.g, [requests](https://requests.readthedocs.io/en/master/). ``` shell