From 11f7552045a25491e93ccddf6fb204cf15914b1b Mon Sep 17 00:00:00 2001 From: artur Date: Fri, 13 Oct 2017 15:03:08 +0200 Subject: [PATCH] edit readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 369f331..4b6a620 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#NodeJS cyclomatic complexity +# NodeJS cyclomatic complexity -##Summary +## Summary We've got simple foo and bar modules that depend on each other. For some reason bar cannot see `foo.getName` method. Find out why and fix the issue. -###Setup +### Setup To install dependencies from package.json: yarb install