From 72ce2c3f8276d831f1380a508a331c0d213d8f53 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Tue, 16 Dec 2025 15:56:57 -0600 Subject: [PATCH] doc: fix module definition Signed-off-by: Austin Vazquez --- project/BRANCHES-AND-TAGS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/BRANCHES-AND-TAGS.md b/project/BRANCHES-AND-TAGS.md index 11b7853452..cc908a6b00 100644 --- a/project/BRANCHES-AND-TAGS.md +++ b/project/BRANCHES-AND-TAGS.md @@ -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