From 355cbd09521666b76bf5be0ae3ed5bf43a93e85a Mon Sep 17 00:00:00 2001 From: Suraj Mishra Date: Sat, 16 Aug 2025 16:54:03 +0530 Subject: [PATCH] Fix typo This PR is created to fix a typo on line 108 in README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376184ba..cf241aa7 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ await writeFile('test.component.wasm', component); See [types.d.ts](types.d.ts) for the full interface options. -The component iself can be executed in any component runtime, see the [example](EXAMPLE.md) for an end to end workflow in Wasmtime. +The component itself can be executed in any component runtime, see the [example](EXAMPLE.md) for an end to end workflow in Wasmtime. ### AOT Compilation