From b4c7dd783590d01c01ec9cb6eddffceb296ff203 Mon Sep 17 00:00:00 2001 From: Benjamin Winterberg Date: Fri, 4 Apr 2014 07:18:23 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 83a0c2f..0d596c7 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ Java 8 Tutorial This repository contains all code samples from the Java 8 Tutorial of my blog: http://winterbe.com/posts/2014/03/16/java-8-tutorial/ + +I'm adding new samples from time to time, but feel free to fork and try it yourself. + + +Contribute +============== + +You can contribute your own java 8 examples by sending me pull requests. -- GitLab