diff --git a/core-java-modules/core-java-streams-6/REAME.md b/core-java-modules/core-java-streams-6/REAME.md index e762829169..1cf1668074 100644 --- a/core-java-modules/core-java-streams-6/REAME.md +++ b/core-java-modules/core-java-streams-6/REAME.md @@ -1,3 +1,4 @@ ## 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)