From 05f35f087b04d92a680abc706c444de87b02a5a3 Mon Sep 17 00:00:00 2001 From: Michael Hamrah Date: Tue, 3 Oct 2017 09:43:45 -0400 Subject: [PATCH] Fix README.md typo Signed-off-by: Michael Hamrah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f24fb73ff..9d5990975 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ With it, you could run Kubernetes using containerd as the container runtime. For a multi node cluster installer and bring up steps using ansible and kubeadm refer [here](contrib/ansible/README.md). ## Getting Started for Developers ### Binary Dependencies and Specifications -The current release of `cri-containerd` has following depedencies: +The current release of `cri-containerd` has the following dependencies: * [containerd](https://github.com/containerd/containerd) * [runc](https://github.com/opencontainers/runc) * [CNI](https://github.com/containernetworking/cni)