diff --git a/README.md b/README.md
index 8e36a30..e17bcb1 100644
--- a/README.md
+++ b/README.md
@@ -51,9 +51,8 @@ application with a Rust backend and a Postgres database.
- [`Spring / PostgreSQL`](spring-postgres) - Sample Java application
with Spring framework and a Postgres database.
-- [`WasmEdge / MySQL / Nginx`](wasmedge-mysql-nginx) - Sample WebAssembly-based microservice
-with WasmEdge Runtime, a MySQL / MariaDB database, and an optional Nginx web server for hosting static web UI files.
-- [`WasmEdge / Kafka / MySQL`](wasmedge-kafka-mysql) - Sample WebAssembly-based microservice that subscribes to a Kafka / Redpanda queue topic, and transforms and saves any incoming message into a MySQL / MariaDB database.
+- [`WasmEdge / MySQL / Nginx`](wasmedge-mysql-nginx) - Sample Wasm-based web application with a static HTML frontend, using a MySQL (MariaDB) database. The frontend connects to a Wasm microservice written in Rust, that runs using the WasmEdge runtime.
+- [`WasmEdge / Kafka / MySQL`](wasmedge-kafka-mysql) - Sample Wasm-based microservice that subscribes to a Kafka (Redpanda) queue topic, and transforms and saves any incoming message into a MySQL (MariaDB) database.
## Single service samples