diff --git a/README.md b/README.md index d7bf5c9..307ab64 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Scripts to build a trimmed-down Windows 11 image. This is a script to automate the build of a streamlined Windows 11 image, similar to tiny11. -My main goal is to use only Microsoft utilites like DISM, and nothing external. The only executable included is oscdimg.exe, which is provided in the Windows ADK and it +My main goal is to use only Microsoft utilities like DISM, and nothing external. The only executable included is oscdimg.exe, which is provided in the Windows ADK and it s used to create bootable ISO images. Also included is an unattended answer file, which is used to bypass the MS account on OOBE and to deploy the image with the /compact flag. It's open-source, so feel free to add or remove anything you want! Feedback is also much appreciated.