From c1b6ad48f0396ac2d77f4c14142395820f550d5e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 29 Aug 2024 17:33:43 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3c799b..eea2b5f5 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,12 @@ python server.py ``` ### Test the server -LitServe auto-generates a test client for the server: +Run the auto-generated test client: ```bash python client.py ``` -Or test the server with this terminal command: +Or use this terminal command: ```bash curl -X POST http://127.0.0.1:8000/predict -H "Content-Type: application/json" -d '{"input": 4.0}' ```