From 9a42c224f6fc3fe7a4b8b72b07fe60d83bc483b3 Mon Sep 17 00:00:00 2001 From: Madhu Venugopal <5056191+mavenugo@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:13:19 -0700 Subject: [PATCH] Update README.md (#34) Fixed minor typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 424f2e65..b150a00e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `container` -`container` is an application that you can use to create and run Linux containers as lightweight virtual machines on your Mac. It's written in Swift, and optimized for Apple Silicon. +`container` is an application that you can use to create and run Linux containers as lightweight virtual machines on your Mac. It's written in Swift, and optimized for Apple silicon. The application consumes and produces OCI-compliant container images, so you can pull and run images from any standard container registry. You can push images that you build to those registries as well, and run the images in any other OCI-compliant application. @@ -15,7 +15,7 @@ Install the `container` application on your Mac. ### Requirements -You need an Apple Silicon Mac to run `container`. To build the application, see the [BUILDING](./BUILDING.md) document. +You need an Apple silicon Mac to run `container`. To build the application, see the [BUILDING](./BUILDING.md) document. `container` is designed to take advantage of the features of the macOS 16 Developer Preview. You can run the application on macOS Sequoia, but the `container` maintainers typically will not address Sequoia issues that cannot be reproduced on the macOS 16 Developer Preview.