From 0a1631a963149e620c0b03a1eff54d63bf89c810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Sat, 4 Feb 2017 23:28:05 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index abbc03334..ce4a8485b 100644 --- a/Readme.md +++ b/Readme.md @@ -11,8 +11,7 @@ Nest is a powerful web framework for [Node.js](http://nodejs.org), which allows It uses modern JavaScript, is built with [TypeScript](http://www.typescriptlang.org) and introduces best concepts to JavaScript back-end world such as Dependency Injection (with IoC Container) and Separation of Concerns. -It is not just another framework. You do not have to wait on large community, because Nest is built with awesome, popular well-known libraries -- [Express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io)! It means, that you could quickly start using framework with no worries about a third party plugins. +It is not just another framework. You do not have to wait on large community, because Nest is built with awesome, popular well-known libraries - [Express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io)! It means, that you could quickly start using framework with no worries about a third party plugins. Nest is inspired by [Spring](https://spring.io) and [Angular](https://angular.io/) and is very much still a work in progress. @@ -29,4 +28,4 @@ $ npm install nest.js [npm-image]: https://img.shields.io/npm/v/nest.js.svg [npm-url]: https://npmjs.org/package/nest.js [downloads-image]: https://img.shields.io/npm/dm/nest.js.svg -[downloads-url]: https://npmjs.org/package/nest.js \ No newline at end of file +[downloads-url]: https://npmjs.org/package/nest.js