summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-27 22:31:57 +0200
committerGitHub <noreply@github.com>2020-04-27 22:31:57 +0200
commitba6d7cf1b3099243cb4a04c946e9eddcfe4de924 (patch)
treeb5ff1306c8175f6a58ad1ca83a456531105e6bd2
parentf6f71724949c22cf89a44015c29bd5a144db7390 (diff)
parentf172361c7a9b8d294ec11f5cc313d11745df1488 (diff)
downloadpodman-ba6d7cf1b3099243cb4a04c946e9eddcfe4de924.tar.gz
podman-ba6d7cf1b3099243cb4a04c946e9eddcfe4de924.tar.bz2
podman-ba6d7cf1b3099243cb4a04c946e9eddcfe4de924.zip
Merge pull request #6006 from GabyCT/topic/fixtypo
install.md: Fix typo
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md
index 12dc62b32..2ef6eae2c 100644
--- a/install.md
+++ b/install.md
@@ -1,5 +1,5 @@
# libpod Installation Instructions
-The installation instructions for Podman and libpod now reside **[here](https://podman.io/getting-started/installation)** in the **[podman.io](https://podman.io)** site. From the hompage, the installation instructions can be found under "Get Started->Installing Podman".
+The installation instructions for Podman and libpod now reside **[here](https://podman.io/getting-started/installation)** in the **[podman.io](https://podman.io)** site. From the homepage, the installation instructions can be found under "Get Started->Installing Podman".
The podman.io site resides in a GitHub under the Containers repository at [https://github.com/containers/podman.io](https://github.com/containers/podman.io). If you see a change that needs to happen to the installation instructions, please feel free to open a pull request there, we're always happy to have new contributors!