From 256ca4fe419298140fd875cc8ff7b1440f437bd8 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sat, 10 Dec 2022 01:13:27 +0800 Subject: [PATCH] Update wasmedge-mysql-nginx/README.md Signed-off-by: Michael Yuan Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> Signed-off-by: Michael Yuan --- wasmedge-mysql-nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmedge-mysql-nginx/README.md b/wasmedge-mysql-nginx/README.md index 9350251..7fd06ce 100644 --- a/wasmedge-mysql-nginx/README.md +++ b/wasmedge-mysql-nginx/README.md @@ -114,7 +114,7 @@ When the WasmEdge web service receives a POST request to the `/update_order` end curl http://localhost:8080/update_order -X POST -d @db/update_order.json ``` -When the WasmEdge web service receives a GET request to the `/delete_order` endpoint, it would delete the row in the `orders` table that matches the `id` GET parameter. +When the WasmEdge web service receives a GET request to the `/delete_order` endpoint, it deletes the row in the `orders` table that matches the `id` GET parameter. ```bash curl http://localhost:8080/delete_order?id=2