Fix typo in README from WARM to WAMR

Guessing this was supposed to WAMR not WARM
This commit is contained in:
Robert Ismo 2026-02-24 16:02:41 -06:00 committed by GitHub
parent c46b10dcbc
commit 9a0d688198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).