doc: fix module definition

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-12-16 15:56:57 -06:00
parent 8316b79e04
commit 72ce2c3f82

View File

@@ -9,8 +9,8 @@ The Moby Project repository contains multiple components with their own versioni
- **Moby** - the core library, versioned as `v2.x` (currently in beta)
- **Docker Engine** - built from this repository, versioned independently
- **API** (`api/`) - a separate Go module of the client library
- **Client** (`client/`) - a separate Go module containing the materialization of the API specification, follows API versioning
- **API** (`api/`) - a separate Go module containing the materialization of the API specification, follows API versioning
- **Client** (`client/`) - a separate Go module of the client library
# Branches