Skip to content

Commit

Permalink
Updated further learning section
Browse files Browse the repository at this point in the history
  • Loading branch information
wkorando committed Jul 26, 2021
1 parent f781d0a commit 7b3e95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 012-read-file-improvements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ List<ElectricProject> projects = lines.skip(titleLine) //
.values().stream().map(Optional::get).toList();
```

## Further Learning
## Extra Learning

Additional reading?
Collectors in the Wild with José Paumard: [YouTube](https://www.youtube.com/watch?v=yddwA3458eo&list=PLxmvVTBGyuuf5ZsCaQDPw2CQCvRdQV5PW)

Happy Coding!

0 comments on commit 7b3e95a

Please sign in to comment.