small typo fix

This commit is contained in:
Jeff Hykin 2025-11-06 08:05:38 -06:00 committed by GitHub
parent 3998897b81
commit a70ff8846a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Scripts for Building a Linux/Wasm Operating System # 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: These scripts can be run in the following way:
* Directly on a host machine. * Directly on a host machine.