Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit bb78577

Browse files
committed
Rework README
Signed-off-by: Christopher Crone <[email protected]>
1 parent 4f1e64e commit bb78577

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Compose Specification Reference Implementation
2+
![Continuous integration](https://github.com/compose-spec/compose-ref/workflows/Continuous%20integration/badge.svg)
23

34
![logo](logo.png)
45

5-
This project host the reference implementation of the Compose specification. It is not designed for production use
6-
but to demonstrate implementation of Compose Specification on top of Docker API and offer a code base to experiment
7-
with changes being proposed to the Compose Specification.
6+
This repository hosts the reference implementation for the Compose
7+
specification. The purpose of this implementation is to provide a tool for
8+
Compose specification contributors to test changes to the specification and a
9+
code example for Compose specification implementers to understand how to
10+
implement the specification. It is not intended to be used 'as is' by end users
11+
or in production.
812

9-
![Continuous integration](https://github.com/compose-spec/compose-ref/workflows/Continuous%20integration/badge.svg)
13+
Before creating an issue or submitting a contribution, please read the
14+
[contributing guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)