Skip to content

Commit 96b8809

Browse files
authored
Syntax correction
1 parent 3d80e56 commit 96b8809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A minimal client/server set-up for a MEAN project.
55
MEAN stands for:
66
- (M) [MongoDB](https://www.mongodb.com): A NoSQL database implementation.
77
- (E) [Express.js](https://www.expressjs.com): A fast, unopinionated, minimalist web framework for Node.js. We use Express.js to set-up a minimal server application.
8-
- (A) [Angular](https://www.angular.io): A framework to develop mobile and desktop apps using code reusability. In particular, meenSEED uses version 2 of Angular.
8+
- (A) [Angular](https://www.angular.io): A framework to develop mobile and desktop apps using code reusability. In particular, meanSEED uses version 2 of Angular.
99
- (N) [Node.js](https://www.nodejs.org): A JavaScript runtime built on Chrome's V8 JavaScript engine.
1010

1111
MEAN is a stack of components, all of them written in JavaScript. So, we can write server-side and client-side applications in just one language.

0 commit comments

Comments
 (0)