diff --git a/README.md b/README.md index 375b6ae7..cafeeebc 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.