Skip to content

Commit 37ea6c3

Browse files
author
kamil.mysliwiec
committed
Merge branch 'master' of https://github.com/kamilmysliwiec/nest
2 parents d703bff + b46bf57 commit 37ea6c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm run start
2626

2727
**NPM:**
2828
```bash
29-
$ npm i --save @nestjs/core @nestjs/common @nestjs/microservices @nestjs/websockets @nestjs/testing reflect-metadata rxjs redis
29+
$ npm i --save @nestjs/core @nestjs/common @nestjs/microservices @nestjs/websockets @nestjs/testing reflect-metadata rxjs
3030
```
3131

3232
## Philosophy
@@ -43,7 +43,7 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
4343
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
4444
- Based on well-known libraries ([Express](https://github.com/expressjs/express) / [socket.io](https://github.com/socketio/socket.io)) so you could share your experience
4545
- Supremely useful Dependency Injection, built-in **Inversion of Control** container
46-
- **Hierarchical injector** - increase abstraction in your application by creating reusable modules with type injection
46+
- **Hierarchical injector** - increase abstraction in your application by creating reusable, loosely coupled modules with type injection
4747
- Own modularity system (split your system into reusable modules)
4848
- **WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
4949
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))

0 commit comments

Comments
 (0)