aboutsummaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorGabriela Cervantes <gabriela.cervantes.tellez@intel.com>2020-04-27 14:56:57 -0500
committerGabriela Cervantes <gabriela.cervantes.tellez@intel.com>2020-04-27 14:56:57 -0500
commitf172361c7a9b8d294ec11f5cc313d11745df1488 (patch)
tree0138ed2ad3b5777f5047f7d8af61ff120a6a37c1 /install.md
parent618d4be212ab42e07b3f98e75412529025b37b71 (diff)
downloadpodman-f172361c7a9b8d294ec11f5cc313d11745df1488.tar.gz
podman-f172361c7a9b8d294ec11f5cc313d11745df1488.tar.bz2
podman-f172361c7a9b8d294ec11f5cc313d11745df1488.zip
install.md: Fix typo
This PR fixes a typo on the install.md. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
Diffstat (limited to 'install.md')
-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!