From 7abc06eb9fe19b11b8defdbdd120cafb80309882 Mon Sep 17 00:00:00 2001 From: Benjamin Winterberg Date: Sat, 5 Apr 2014 16:17:30 +0200 Subject: [PATCH] add nashorn tutorial link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d596c7..0afa11d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ Java 8 Tutorial ============== -This repository contains all code samples from the Java 8 Tutorial of my blog: +This repository contains all code samples from the Java 8 Tutorials of my blog: -http://winterbe.com/posts/2014/03/16/java-8-tutorial/ +- http://winterbe.com/posts/2014/03/16/java-8-tutorial/ +- http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/ I'm adding new samples from time to time, but feel free to fork and try it yourself. @@ -11,4 +12,4 @@ I'm adding new samples from time to time, but feel free to fork and try it yours Contribute ============== -You can contribute your own java 8 examples by sending me pull requests. +Want to share your own java 8 code samples? Feel free to fork the repo and send me a pull request. -- GitLab