diff --git a/python/examples/fit_a_line/README.md b/python/examples/fit_a_line/README.md index 24bd0363794104226218b83ab9817bc14481e35c..010e8806fec56341a34752b722c20c9e268ba645 100644 --- a/python/examples/fit_a_line/README.md +++ b/python/examples/fit_a_line/README.md @@ -16,7 +16,7 @@ python test_client.py uci_housing_client/serving_client_conf.prototxt ## prediction through http service Start a web service with default web service hosting modules ``` shell -python -m paddle_serving_server.web_serve --model uci_housing_model/ --thread 10 --name uci --port 9393 --name uci +python -m paddle_serving_server.serve --model uci_housing_model/ --thread 10 --name uci --port 9393 --name uci ``` ## Prediction through http post