From 91db40d99ca3271f7fc20a3a725716ea77ac2d16 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Mon, 9 Jun 2025 18:29:42 -0400 Subject: [PATCH] Update README.md with minor correction (#50) 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 4f5c5b6..fd56543 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.