Skip to content

Commit a8799c2

Browse files
committed
docs(readme): update tagline, add es6 note
[skip ci]
1 parent 522a6ce commit a8799c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Gitter chat](https://img.shields.io/gitter/room/DaftMonk/generator-angular-fullstack.svg)](https://gitter.im/DaftMonk/generator-angular-fullstack)
77
[![OpenCollective](https://opencollective.com/angular-fullstack/backers/badge.svg)](#backers)
88
[![OpenCollective](https://opencollective.com/angular-fullstack/sponsors/badge.svg)](#sponsors)
9-
> Yeoman generator for creating MEAN/SEAN stack applications, using MongoDB/SQL, Express, AngularJS, and Node - lets you quickly set up a project following best practices.
9+
> Yeoman generator for creating MEAN/SEAN stack applications, using ES6, MongoDB/SQL, Express, AngularJS, and Node - lets you quickly set up a project following best practices.
1010
1111
#### Generated project:
1212
[![Dependency Status](https://img.shields.io/david/angular-fullstack/angular-fullstack-deps.svg)](https://david-dm.org/angular-fullstack/angular-fullstack-deps)
@@ -34,6 +34,7 @@ Run `grunt`/`gulp build` for building, `grunt serve`/`gulp serve` for developmen
3434
## Prerequisites
3535

3636
* MongoDB - Download and Install [MongoDB](https://www.mongodb.com/download-center#community) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.
37+
* The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out http://es6-features.org/
3738

3839
## Supported Configurations
3940

0 commit comments

Comments
 (0)