Skip to content

Commit 04edfcd

Browse files
author
kamil.mysliwiec
committed
Merge branch 'master' of https://github.com/kamilmysliwiec/nest
2 parents f0a70cc + 125aeb3 commit 04edfcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ npm install nest.js
2727

2828
JavaScript is awesome. This language is no longer just a trash to create simple animations in the browser. Right now, the front end world is rich in variety of tools. We have a lot of amazing frameworks / libraries such as [Angular](https://angular.io/), [React](https://github.com/facebook/react) or [Vue](https://github.com/vuejs/vue), which improves our development process and makes our applications fast and flexible.
2929

30-
[Node.js](http://nodejs.org) gave us a possibility to use this language also on the server side. There are a lot of awesome libraries, helpers and tools for node, but non of them do not solve the main problem - the architecture.
30+
[Node.js](http://nodejs.org) gave us a possibility to use this language also on the server side. There are a lot of superb libraries, helpers and tools for node, but non of them do not solve the main problem - the architecture.
3131

3232
We want to create scalable, modern and easy to maintain applications. Nest helps us with it.
3333

@@ -43,15 +43,15 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
4343

4444
## Documentation & Quick Start
4545

46-
Coming soon. [Read more](https://kamilmysliwiec.gitbooks.io/nest/content/)
46+
[Documentation & Tutorial](https://kamilmysliwiec.gitbooks.io/nest/content/)
4747

4848
## Future
4949

5050
Nest is very much still a work in progress. There is still some things to finish:
5151

5252
- Test utilities
5353
- Starter repos
54-
- Config provider
54+
- Validation helpers
5555
- and more...
5656

5757
## People

0 commit comments

Comments
 (0)