Skip to content

Commit 50924ae

Browse files
authored
Update README.md
1 parent c0a0f3e commit 50924ae

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
@@ -4,7 +4,7 @@ An example project demonstrating cleaning up legacy code in a .NET Core MVC proj
44

55
This repository was created for the Productive Dev YouTube series (TODO: link) on refactoring legacy code.
66

7-
__Key concepts__:
7+
## Key concepts
88

99
- Improving testability
1010
- Inversion of control via dependency injection
@@ -21,7 +21,7 @@ __Key concepts__:
2121
- Monitoring code quality using static code analysis
2222
- Creating a continuous integration loop
2323

24-
__To Follow along via YouTube series__:
24+
## To Follow along via YouTube series
2525
The `main` branch contains the result of refactoring the legacy code. The `legacy_code` branch contains the starting point of the project, from where the refactoring begins.
2626

2727
- Clone the repository

0 commit comments

Comments
 (0)