diff --git a/README.md b/README.md index 36d569a..140a9ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [travis-url]: https://travis-ci.org/nestjs/nest [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest - +

A progressive Node.js framework for building efficient and scalable web applications.

NPM Version @@ -24,8 +24,8 @@ ## Description -[Nest](https://github.com/nestjs/nest) framework **TypeScript** starter repository. - +[Nest](https://github.com/nestjs/nest) framework **TypeScript** starter repository. + ## Installation ```bash @@ -38,6 +38,12 @@ $ npm install $ npm run start ``` +## Test + +``` +$ npm run test +``` + ## People - Author - [Kamil Myƛliwiec](https://kamilmysliwiec.com)