From d4311b3e92c7b6f88ceef6c7c949c61ef856bbd5 Mon Sep 17 00:00:00 2001 From: Alex K Date: Sat, 15 Jun 2024 23:58:02 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bea3a61..06774f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Streamer + +[![Java CI with Gradle](https://github.com/alxkm/streamer/actions/workflows/gradle.yml/badge.svg)](https://github.com/alxkm/streamer/actions/workflows/gradle.yml)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + + ### Java stream utility library, which someone can find useful ### Usage and StreamUtils class overview @@ -375,4 +379,4 @@ Stream> indexed = StreamUtils.mapToIndex(stream); ``` ## License -This code is licensed under the MIT License. \ No newline at end of file +This code is licensed under the MIT License.