From 4e64eedbc570af07e9183192f6453a6cb0053c7b Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Sun, 13 Aug 2017 22:54:19 +0530 Subject: [PATCH] Fix Typo in cri-o README Signed-off-by: Malepati Bala Siva Sai Akhil --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a90fef5d..2cdf5a07 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following ## What is not in scope for this project? * Building, signing and pushing images to various image storages -* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backwards compatibility with it. +* A CLI utility for interacting with cri-o. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backward compatibility with it. This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers. @@ -67,7 +67,7 @@ For sync communication we have an IRC channel #cri-o, on chat.freenode.net, that ### Prerequisites -Latest verion of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio. +Latest version of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio. ### Build Dependencies