Skip to content

Commit b8093b7

Browse files
authored
Merge pull request moby#51741 from austinvazquez/fix-branch-and-tags-doc
doc: fix module definition
2 parents 982b512 + 72ce2c3 commit b8093b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/BRANCHES-AND-TAGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Moby Project repository contains multiple components with their own versioni
99

1010
- **Moby** - the core library, versioned as `v2.x` (currently in beta)
1111
- **Docker Engine** - built from this repository, versioned independently
12-
- **API** (`api/`) - a separate Go module of the client library
13-
- **Client** (`client/`) - a separate Go module containing the materialization of the API specification, follows API versioning
12+
- **API** (`api/`) - a separate Go module containing the materialization of the API specification, follows API versioning
13+
- **Client** (`client/`) - a separate Go module of the client library
1414

1515
# Branches
1616

0 commit comments

Comments
 (0)