Added testing instructions to readme.
This commit is contained in:
parent
28f8258864
commit
adcc7bdc4b
12
README.md
12
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
|
||||
|
||||
|
||||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable web applications. </p>
|
||||
<p align="center">
|
||||
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/cqrs.svg" alt="NPM Version" /></a>
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue