Skip to content

Commit 1cef1e9

Browse files
authored
docs: update README.md (#186)
1 parent b91e507 commit 1cef1e9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# docker-kotlin
22

3-
[![Build](https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml/badge.svg)](https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml)
4-
[![Integration Tests](https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml)
5-
![Maven Central](https://img.shields.io/maven-central/v/me.devnatan/docker-kotlin)
6-
73
docker-kotlin allows you to interact with the Docker Engine Remote API.
84

95
* [Installation](#installation)
106
* [Basic Usage](#basic-usage)
11-
* [Supported Endpoints](SUPPORTED_ENDPOINTS.md)
7+
8+
[![Build](https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml/badge.svg)](https://github.com/DevNatan/docker-kotlin/actions/workflows/build.yml)
9+
[![Integration Tests](https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/DevNatan/docker-kotlin/actions/workflows/integration-tests.yml)
10+
![Maven Central](https://img.shields.io/maven-central/v/me.devnatan/docker-kotlin)
1211

1312
## Installation
1413

@@ -18,14 +17,14 @@ repositories {
1817
}
1918

2019
dependencies {
21-
implementation("me.devnatan:docker-kotlin:0.6.0")
20+
implementation("me.devnatan:docker-kotlin:<version>")
2221
}
2322
```
2423

2524
For JVM users, use the Docker client JVM artifact
2625

2726
```groovy
28-
implementation 'me.devnatan:docker-kotlin-jvm:0.6.0'
27+
implementation 'me.devnatan:docker-kotlin-jvm:<version>'
2928
```
3029

3130
## Basic Usage

0 commit comments

Comments
 (0)