From 6e829bde43f979cc5079af64bbff5c9c3cfac022 Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Wed, 3 Sep 2014 23:52:55 +0800 Subject: [PATCH 1/2] Fix indent issue for meteor resource --- javascript-frameworks-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index 080fd5f3..c3a854dc 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -83,4 +83,4 @@ * Lesson 15: Summary of the series (Coming soon...) ## Meteor - * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) \ No newline at end of file +* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) From d7b37101a920ca7b670d78039dbd3ac6c0fa4532 Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Wed, 3 Sep 2014 23:54:16 +0800 Subject: [PATCH 2/2] Added Vic Ramon's Ember tutorial --- javascript-frameworks-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index c3a854dc..579775ce 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -50,6 +50,7 @@ * [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) * [EmberFlare](https://emberflare.com/) * [Let's Learn Ember](http://freecourses.tutsplus.com/lets-learn-ember/) +* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com) ## Express.js