Skip to content

Commit 6555b28

Browse files
authored
Update README.md
Signed-off-by: Derek Gooding <djgooding@live.com>
1 parent d08734a commit 6555b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<!---[![GitHub stars](https://img.shields.io/github/stars/DerekGooding/ConsoleHero?logo=github&style=flat)](https://github.com/modernuo/ModernUO/stargazers)-->
1414

1515

16-
### Major Updates
16+
# Major Updates
1717

1818
This project started as a lightweight Menu organizer. It's turned into a static data, architecture engine. It still makes menus easily but it also allows you to quickly spin up and mock architecture for any project.
1919

20-
# DI and Source Gen
20+
## DI and Source Gen
2121

2222
You get basic DI without any additonal lines of Code. Label a class with the [Singleton] attribute and it becomes a single, globally seen object. Any other [Singleton] class can accept a Singleton in it's constructor and everything fits together.
2323
[Injection Example Project](https://github.com/DerekGooding/ConsoleHero/tree/main/ConsoleHero.InjectionExample)

0 commit comments

Comments
 (0)