Skip to content

Commit 56cdc23

Browse files
Update Readme.md
1 parent 5bc2416 commit 56cdc23

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
@@ -36,10 +36,10 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
3636
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
3737
- 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
3838
- Easy to learn - syntax is similar to [Angular](https://angular.io/) / [Spring](https://spring.io) (Java)
39-
- Dependency Injection, built-in Inversion of Control container
39+
- Dependency Injection, built-in **Inversion of Control** container
4040
- Exceptions handler layer (helps to focus on logic)
4141
- Own modularity system (split your system into reusable modules)
42-
- WebSockets module (based on [socket.io](https://github.com/socketio/socket.io))
42+
- **WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
4343
- Testing utilities
4444

4545
## Documentation & Quick Start

0 commit comments

Comments
 (0)