From d6aa7116205b015001f66172785a7cd42e88434f Mon Sep 17 00:00:00 2001 From: artur Date: Fri, 13 Oct 2017 15:13:28 +0200 Subject: [PATCH] edit readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d1ee5b..a851b6e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#Expressjs basics +# Expressjs basics -##Summary +## Summary Basic routing, validation, middleware, error handling and redirection. -##Goal +## Goal Implement express app with the following endpoints: @@ -70,7 +70,7 @@ For saving and retrieving the entity use `app/db.js` service. -##Setup +## Setup To install dependencies from package.json: yarn install