From beb6ee24969701e373f85cdb1a359e7d68bdbfd1 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Thu, 29 Nov 2018 00:03:15 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2af99ef025..c66d7ad903 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications. MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of: -*M*ongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents -*E*xpress (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js -*A*ngular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic -*N*ode.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript +**M**ongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents +**E**xpress (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js +**A**ngular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic +**N**ode.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript ### Pre-requisites -* git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/) -* node.js - [Download page](https://nodejs.org/en/download/) -* yarn - [Download page](https://yarnpkg.com/lang/en/docs/install) -* mongodb - [Download page](https://www.mongodb.com/download-center/community) +* git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/) . +* node.js - [Download page](https://nodejs.org/en/download/) . +* yarn - [Download page](https://yarnpkg.com/lang/en/docs/install) . +* mongodb - [Download page](https://www.mongodb.com/download-center/community) . ### Installation ```