summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-05 05:56:11 -0400
committerGitHub <noreply@github.com>2021-07-05 05:56:11 -0400
commit2681484d7cc416eea6773469884451800c0a07d4 (patch)
tree306fefd31717476c0e072e5f1aeb74add8707622
parent895b8151889422aac1f9b72eebe6d62e8e15095c (diff)
parent4ea4a92c0dd8f604e0aca2a42eed59ca8aec907e (diff)
downloadpodman-2681484d7cc416eea6773469884451800c0a07d4.tar.gz
podman-2681484d7cc416eea6773469884451800c0a07d4.tar.bz2
podman-2681484d7cc416eea6773469884451800c0a07d4.zip
Merge pull request #10853 from tnk4on/fixed_notation_for_macos
[CI:DOCS] Fixed notation for macOS
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index db6fc3b5d..6975e235c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Podman is based on libpod, a library for container lifecycle management that is
* [Latest Version: 3.2.0](https://github.com/containers/podman/releases/latest)
* Latest Remote client for Windows
- * Latest Remote client for MacOs
+ * Latest Remote client for macOS
* Latest Static Remote client for Linux
* Continuous Integration: [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/master)
@@ -28,7 +28,7 @@ At a high level, the scope of Podman and libpod is the following:
* Support for a REST API providing both a Docker-compatible interface and an improved interface exposing advanced Podman functionality.
* In the future, integration with [CRI-O](https://github.com/cri-o/cri-o) to share containers and backend code.
-Podman presently only supports running containers on Linux. However, we are building a remote client which can run on Windows and OS X and manage Podman containers on a Linux system via the REST API using SSH tunneling.
+Podman presently only supports running containers on Linux. However, we are building a remote client which can run on Windows and macOS and manage Podman containers on a Linux system via the REST API using SSH tunneling.
## Roadmap