Skip to content

Commit 7ed0780

Browse files
authored
Update README.md
Fixed minor typo
1 parent 39f5d05 commit 7ed0780

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Containerization
22

33
The Containerization package allows applications to use Linux containers.
4-
Containerization is written in [Swift](https://www.swift.org) and uses [Virtualization.framework](https://developer.apple.com/documentation/virtualization) on Apple Silicon.
4+
Containerization is written in [Swift](https://www.swift.org) and uses [Virtualization.framework](https://developer.apple.com/documentation/virtualization) on Apple silicon.
55

66
Containerization provides APIs to:
77

@@ -13,7 +13,7 @@ Containerization provides APIs to:
1313
- Spawn lightweight virtual machines.
1414
- Manage the runtime environment of virtual machines.
1515
- Spawn and interact with containerized processes.
16-
- Use Rosetta 2 for executing x86_64 processes on Apple Silicon.
16+
- Use Rosetta 2 for executing x86_64 processes on Apple silicon.
1717

1818
Please view the [API documentation]() for information on the Swift packages that Containerization provides.
1919

@@ -28,7 +28,7 @@ The API allows the runtime environment to be configured and containerized proces
2828

2929
## Requirements
3030

31-
You need an Apple Silicon Mac to build and run Containerization.
31+
You need an Apple silicon Mac to build and run Containerization.
3232

3333
To build the Containerization package, your system needs either:
3434

0 commit comments

Comments
 (0)