diff --git a/core-java-modules/core-java-streams-6/README.md b/core-java-modules/core-java-streams-6/README.md index 415fa9b991..ea15e1bc4d 100644 --- a/core-java-modules/core-java-streams-6/README.md +++ b/core-java-modules/core-java-streams-6/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Java 8 Stream Operation on the Empty List](https://www.baeldung.com/java-empty-list-stream-ops) +- [Get a Range of Items from a Stream in Java](https://www.baeldung.com/java-stream-get-range)