From 4f28515199ba92995557f5e6c41c0d5fa86810c3 Mon Sep 17 00:00:00 2001 From: Pierrick Greze Date: Mon, 27 Jan 2025 18:46:39 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4974673..0ae213e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Functional Kotlin friendly way to create external system processes by leveraging - Kotlin coroutines - the powerful but convoluted [ProcessBuilder](https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html) -## Installation [![central](https://maven-badges.herokuapp.com/maven-central/com.github.pgreze/kotlin-process/badge.svg?style={style})](https://search.maven.org/artifact/com.github.pgreze/kotlin-process) [![](https://img.shields.io/badge/Java-8-blue)](https://adoptopenjdk.net/) [![](https://img.shields.io/badge/Kotlin-2.10.10-blue)](https://kotlinlang.org/) +## Installation [![central](https://maven-badges.herokuapp.com/maven-central/com.github.pgreze/kotlin-process/badge.svg?style={style})](https://search.maven.org/artifact/com.github.pgreze/kotlin-process) [![](https://img.shields.io/badge/Java-8-blue)](https://adoptopenjdk.net/) [![](https://img.shields.io/badge/Kotlin-2.1.10-blue)](https://kotlinlang.org/) ```kotlin repositories {