From ec86bddbb19947bc29179014c99bac09db934b09 Mon Sep 17 00:00:00 2001 From: Benjamin Winterberg Date: Mon, 7 Apr 2014 09:20:23 +0200 Subject: [PATCH] add link to backbone.js guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0afa11d..012224a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 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/04/05/java8-nashorn-tutorial/ +- http://winterbe.com/posts/2014/04/07/using-backbonejs-with-nashorn/ I'm adding new samples from time to time, but feel free to fork and try it yourself. -- GitLab