From 056fdabb612d890a6d6a80f944720bf0fea8a32e Mon Sep 17 00:00:00 2001 From: Ednas Date: Sat, 27 Aug 2016 21:59:25 -0400 Subject: [PATCH 1/2] issue #1645 added links to Readme to StackOverflow resources --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 31b0002f13..507e943f17 100644 --- a/README.MD +++ b/README.MD @@ -147,11 +147,11 @@ MEAN is an acronym for *M*ongo, *E*xpress.js , *A*ngular.js and *N*ode.js
MongoDB
Go through MongoDB Official Website and proceed to its Great Manual, which should help you understand NoSQL and MongoDB better.
Express
-
The best way to understand express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow thread for more resources.
+
The best way to understand express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow thread for more resources.
AngularJS
Angular's Official Website is a great starting point. CodeSchool and google created a great tutorial for beginners, and the angular videos by Egghead.
Node.js
-
Start by going through Node.js Official Website and the documentation page as well as this StackOverflow thread, which should get you going with the Node.js platform in no time.
+
Start by going through Node.js Official Website and the documentation page as well as this StackOverflow thread, which should get you going with the Node.js platform in no time.
### Additional Tools From 3010ec11cb03ae8d1ddd77d0b508b0852dcf09d8 Mon Sep 17 00:00:00 2001 From: Anton Drukh Date: Sun, 28 Aug 2016 14:17:02 +0300 Subject: [PATCH 2/2] Add snyk badge --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 31b0002f13..20ef78868f 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/linnovate/mean.svg)](https://travis-ci.org/linnovate/mean) [![Dependencies Status](https://david-dm.org/linnovate/mean.svg)](https://david-dm.org/linnovate/mean) [![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/linnovate/mean?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Known Vulnerabilities](https://snyk.io/test/github/linnovate/mean/badge.svg)](https://snyk.io/test/github/linnovate/mean) # [![MEAN Logo](http://mean.io/system/assets/img/logos/meanlogo.png)](http://mean.io/) MEAN Stack