Skip to content

Commit

Permalink
Merge pull request #11 from alxkm/alxkm-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alxkm authored Jun 15, 2024
2 parents c14b35d + d4311b3 commit a179a29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -375,4 +379,4 @@ Stream<Pair<Integer, String>> indexed = StreamUtils.mapToIndex(stream);
```

## License
This code is licensed under the MIT License.
This code is licensed under the MIT License.

0 comments on commit a179a29

Please sign in to comment.