From 5ce241935432cc4e607c73908b04e6303679a1fb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Oct 2021 19:41:12 +0200 Subject: [PATCH] docs: mark new pkg for upstream [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375b6ae71..cafeeebcf 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ be a temporary thing. #### `docker/client` -A number of modules in [pkg/client](./pkg/client) are copy/pasta'd from the upstream [docker/docker/client](https://pkg.go.dev/github.com/docker/docker/client). We had to do this because upstream are not exposing their API as public. +A number of modules in [pkg/upstream](./pkg/upstream) are copy/pasta'd from the upstream [docker/docker/client](https://pkg.go.dev/github.com/docker/docker/client). We had to do this because upstream are not exposing their API as public.