Skip to content

Commit be4a4c8

Browse files
committed
Update README.md
1 parent 0578acf commit be4a4c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
Java 8 Tutorial
1+
Java 8 Tutorial Examples
22
==============
33

4-
This repository contains all code samples from the Java 8 Tutorials of my blog:
4+
This repository contains all code samples from all Java 8 related posts of my blog:
55

6-
- http://winterbe.com/posts/2014/03/16/java-8-tutorial/
7-
- http://winterbe.com/posts/2014/07/31/java8-stream-tutorial-examples/
8-
- http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/
9-
- http://winterbe.com/posts/2014/04/07/using-backbonejs-with-nashorn/
6+
- [Java 8 Tutorial](http://winterbe.com/posts/2014/03/16/java-8-tutorial/)
7+
- [Java 8 Stream Tutorial](http://winterbe.com/posts/2014/07/31/java8-stream-tutorial-examples/)
8+
- [Java 8 Nashorn Tutorial](http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/)
9+
- [Avoid Null Checks in Java 8](http://winterbe.com/posts/2015/03/15/avoid-null-checks-in-java/)
10+
- [Fixing Java 8 Stream Gotchas with IntelliJ IDEA](http://winterbe.com/posts/2015/03/05/fixing-java-8-stream-gotchas-with-intellij-idea/)
11+
- [Using Backbone.js with Java 8 Nashorn](http://winterbe.com/posts/2014/04/07/using-backbonejs-with-nashorn/)
1012

1113
I'm adding new samples from time to time, but feel free to fork and try it yourself.
1214

0 commit comments

Comments
 (0)