Merge pull request #366 from leonardinius/patch-1

typo in README.md / gsub 's:my the:by the:'
This commit is contained in:
Michael Crosby 2016-12-14 14:43:30 -08:00 committed by GitHub
commit a9d7465777

View file

@ -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