From c82de80f5e1b1c9cc5771aef84cef0927689b8d1 Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Fri, 5 Jun 2020 20:32:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c606ac02..a84d147d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Contains only logic. no declarations. no dependency with any other module beside Application feature modules. each module can contain declarations and providers **specific to the the feature** Depend only on shared module for ui components -#####each feature can contain the following: +##### Each feature can contain the following: * **module** - the feature module: `.module.ts`. * **component** - the feature main component js file, should contain the feature's containers components only: `.component.ts`. * **component** html - the feature component html: `.component.html`.