From 43b1458a8aff0090f8fa38e2571e3ae402a86bba Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Mon, 9 Jun 2025 18:21:27 -0400 Subject: [PATCH] Update README.md with minor correction Not to be pedantic, but "light weight" is usually considered to be one word. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5c5b65..fd565437 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ For examples of how to use some of the libraries surface, the cctl executable is ## Linux kernel -A Linux kernel is required for spawning light weight virtual machines on macOS. +A Linux kernel is required for spawning lightweight virtual machines on macOS. Containerization provides an optimized kernel configuration located in the [kernel](./kernel) directory. This directory includes a containerized build environment to easily compile a kernel for use with Containerization.