From 9a0d68819871895201dc2c2bde83253ef25b68bd Mon Sep 17 00:00:00 2001 From: Robert Ismo Date: Tue, 24 Feb 2026 16:02:41 -0600 Subject: [PATCH] Fix typo in README from WARM to WAMR Guessing this was supposed to WAMR not WARM --- gitbook/tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbook/tutorial/README.md b/gitbook/tutorial/README.md index 85b63677f0..7d76c83eda 100644 --- a/gitbook/tutorial/README.md +++ b/gitbook/tutorial/README.md @@ -1,6 +1,6 @@ # Tutorial -In this chapter, we want to walk you through the basic development knowledge and skills of WARM you may need so that you are ready to write your wasm application with WARM. +In this chapter, we want to walk you through the basic development knowledge and skills of WAMR you may need so that you are ready to write your wasm application with WAMR. For starters, you could learn how to compile different running mode of WAMR and their usage in [this section](build-tutorial/README.md).