From 52ae947bf6edc73233756a41ad1e8c1cc1351e07 Mon Sep 17 00:00:00 2001 From: Leonids Maslovs Date: Wed, 14 Dec 2016 23:55:11 +0200 Subject: [PATCH] typo in README.md / gsub 's:my the:by the:' Minor typo fix Signed-off-by: Leonids Maslovs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f541d..7f22945 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For the various components in containerd there should be defined extension point The best example of this is that containerd will use `runc` from OCI as the default runtime in the execution layer but other runtimes conforming to the OCI Runtime specification they can be easily added to containerd. containerd will come with a default implementation for the various components. -These defaults will be chosen my the maintainers of the project and should not change unless better tech for that component comes out. +These defaults will be chosen by the maintainers of the project and should not change unless better tech for that component comes out. Additional implementations will not be accepted into the core repository and should be developed in a separate repository not maintained by the containerd maintainers. ### Releases