From 1a66e8706a4a74fb037cfb93f305f755d5718012 Mon Sep 17 00:00:00 2001 From: Stephen Ham Date: Mon, 29 Oct 2018 12:52:49 -0600 Subject: [PATCH 1/2] Updates to README Added links to Microsoft Virtual Academy and Pluralsight in the section "General Node.js tips, tricks, resources, and more!" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03ee79d..152e9df 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ Note that this is not intended to be a comprehensive set of recommendations. Rat * [Nodejs.org](https://nodejs.org): Official Node.js website * [**Awesome node.js**](https://github.com/sindresorhus/awesome-nodejs): List of node packages and resources. * [**Javascript ES6 Features**](https://github.com/lukehoban/es6features): Comprehensive reference for new ECMAScript 6 features and changes. +* [**Microsoft Virtual Academy**](https://mva.microsoft.com/): Free Microsoft training delivered by experts, including courses on Node.js * [**nodeschool.io**](https://nodeschool.io/): Node.js community events, tutorials and meetups +* [**Pluralsight's Node.js Learning Path**](https://app.pluralsight.com/paths/skills/node-js): 32 hours of content across 10 courses. * [**Anything you want!**](CONTRIBUTING.md) From ad7c84fa005b1256e1e3e42b7dca26824f4d0950 Mon Sep 17 00:00:00 2001 From: Stephen Ham Date: Mon, 29 Oct 2018 12:53:42 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 152e9df..7a5f64a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Note that this is not intended to be a comprehensive set of recommendations. Rat * [Nodejs.org](https://nodejs.org): Official Node.js website * [**Awesome node.js**](https://github.com/sindresorhus/awesome-nodejs): List of node packages and resources. * [**Javascript ES6 Features**](https://github.com/lukehoban/es6features): Comprehensive reference for new ECMAScript 6 features and changes. -* [**Microsoft Virtual Academy**](https://mva.microsoft.com/): Free Microsoft training delivered by experts, including courses on Node.js +* [**Microsoft Virtual Academy**](https://mva.microsoft.com/): Free Microsoft training delivered by experts, including courses on Node.js. * [**nodeschool.io**](https://nodeschool.io/): Node.js community events, tutorials and meetups * [**Pluralsight's Node.js Learning Path**](https://app.pluralsight.com/paths/skills/node-js): 32 hours of content across 10 courses. * [**Anything you want!**](CONTRIBUTING.md)