From 564e246014e339941ef658e285d9b4adc5deaf26 Mon Sep 17 00:00:00 2001 From: artur Date: Fri, 13 Oct 2017 15:01:56 +0200 Subject: [PATCH] edit readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27873af..aee9ca6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#Promisie bug +# Promisie bug -##Summary +## Summary Fix promise broken chain. -##Goal +## Goal We've got a function called app, that accepts 3 callbacks. Each callback returns promise. First it should invoke callback A. @@ -14,7 +14,7 @@ If both A and B resolve, app should return value resolved by B. `app.js` contains a first attempt to solve this, but not all tests are passing. Please fix that. -##Setup +## Setup To install dependencies from package.json: yarn install