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`.