From a70ff8846a79dee2ea2ab46376fc932cc7bb9374 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Thu, 6 Nov 2025 08:05:38 -0600 Subject: [PATCH] small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2d9dd..4c29ba6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Scripts for Building a Linux/Wasm Operating System -This project contains scripts to download, build and run a Linux system that can executed on the web, using native WebAssembly (Wasm). +This project contains scripts to download, build and run a Linux system that can be executed on the web, using native WebAssembly (Wasm). These scripts can be run in the following way: * Directly on a host machine.