From 7244cd3bdfd07845f627392327788f5f53da60df Mon Sep 17 00:00:00 2001 From: Christopher Yeleighton Date: Thu, 17 Jun 2021 18:15:18 +0200 Subject: [PATCH] typo: a client implementation Signed-off-by: Christopher Yeleighton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 822fa8837..2e8c00204 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This repository contains the following components: ### How does this integrate with Docker, containerd, and other OCI client? Clients implement against the OCI specification and communicate with the -registry using HTTP. This project contains an client implementation which +registry using HTTP. This project contains a client implementation which is currently in use by Docker, however, it is deprecated for the [implementation in containerd](https://github.com/containerd/containerd/tree/master/remotes/docker) and will not support new features.