From 25613a04a97be6b6bc060c8847e1d9b7adb8ac6c Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sat, 10 Dec 2022 01:14:40 +0800 Subject: [PATCH] Update wasmedge-mysql-nginx/README.md 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 8c41910..a03658a 100644 --- a/wasmedge-mysql-nginx/README.md +++ b/wasmedge-mysql-nginx/README.md @@ -86,7 +86,7 @@ wasmedge-mysql-nginx-db-1 "docker-entrypoint.s…" db wasmedge-mysql-nginx-frontend-1 "/docker-entrypoint.…" frontend running 0.0.0.0:8090->80/tcp, :::8090->80/tcp ``` -After the application starts, navigate to `http://localhost:80` in your web browser to interact with the `backend` WasmEdge server and database through HTML and JavaScript. +After the application starts, go to `http://localhost:80` in your web browser to display the web frontend. Alternatively, you can use the `curl` command to interact with the WasmEdge web service (i.e., the `backend` service). When the WasmEdge web service receives a GET request to the `/init` endpoint, it would initialize the database with the `orders` table.