Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

typo: abandonned -> abandoned #520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Go library for Docker Compose. It does everything the command-line tool does,
**Note: This is not really maintained anymore — the reason are diverse but mainly lack of time from the maintainers**

The current state is the following :
- The `libcompose` CLI should considered abandonned. The `v2` parsing is incomplete and `v3` parsing is missing.
- The `libcompose` CLI should considered abandoned. The `v2` parsing is incomplete and `v3` parsing is missing.
- The official compose Go parser implementation is on [`docker/cli`](https://github.com/docker/cli/tree/master/cli/compose) but only support `v3` version of the compose format.

What is the work that is needed:
Expand Down