From 4bebab461fb7b3125dc6e2d2576f6bf10f1d118c Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Wed, 3 Jan 2024 18:23:26 +0100 Subject: [PATCH] Improve description --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a36dbddc..7a99519f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub](https://img.shields.io/github/license/sgtsilvio/gradle-oci?color=brightgreen&style=for-the-badge)](LICENSE) [![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/sgtsilvio/gradle-oci/check.yml?branch=main&style=for-the-badge)](https://github.com/SgtSilvio/gradle-oci/actions/workflows/check.yml?query=branch%3Amain) -Gradle plugin to ease producing (multi-arch) OCI images without requiring external tools. +Gradle plugin to ease using and producing (multi-arch) OCI images without requiring external tools. ## How to Use diff --git a/build.gradle.kts b/build.gradle.kts index a0ff5ffd..4d66e7fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "io.github.sgtsilvio.gradle" -description = "Gradle plugin to ease producing (multi-arch) OCI images without requiring external tools" +description = "Gradle plugin to ease using and producing (multi-arch) OCI images without requiring external tools" metadata { readableName = "Gradle OCI Plugin"