Skip to content

Commit 8c5e892

Browse files
authored
Update README.md
1 parent 14a0cbe commit 8c5e892

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Default template
1+
# Default template
22
Template for angular application with a lazy-loadable structure.
33

4-
share – a folder for shared pieces of code:
4+
`share` – a folder for shared pieces of code:
5+
* interfaces
6+
* components
7+
* pipes
8+
* directives
9+
* helpers (utils)
10+
* anything else
511

6-
interfaces
7-
components
8-
pipes
9-
directives
10-
helpers (utils)
11-
anything else
12-
core – a folder for core things such as services
12+
`core` – a folder for core things such as services
1313

14-
home – a module for home page that you can change anyway you`d like. You may use it as a boilerplate for other modules.
14+
`home` – a module for home page that you can change anyway you`d like. You may use it as a boilerplate for other modules.

0 commit comments

Comments
 (0)