Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan Vieira do Nascimento committed Aug 5, 2023
1 parent 53d88ec commit 4191847
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build](https://github.com/DevNatan/yoki/actions/workflows/build.yml/badge.svg)](https://github.com/DevNatan/yoki/actions/workflows/build.yml)
[![Integration Tests](https://github.com/DevNatan/yoki/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/DevNatan/yoki/actions/workflows/integration-tests.yml)
![Maven Central](https://img.shields.io/maven-central/v/me.devnatan/yoki)

Yoki allows you to interact with the Docker Engine Remote API in a simplified and fast way.

Expand All @@ -11,7 +12,7 @@ repositories {
}

dependencies {
implementation("me.devnatan:yoki-jvm:0.1.0")
implementation("me.devnatan:yoki:0.1.1")
}
```

Expand Down Expand Up @@ -85,11 +86,6 @@ val logs: Flow<Frame> = dockerClient.containers.logs("floral-fury") {
}
```

#### Fallback to version-specific parameter value

By default, all options parameters for accessing a resource use `null`, that is, *null value* means
that it will use the value defined by the Docker API as the default value for that property.

## License

Yoki is licensed under the MIT license.

0 comments on commit 4191847

Please sign in to comment.