Skip to content

Commit 7e07b29

Browse files
authored
Update README.md
1 parent 98be385 commit 7e07b29

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,13 @@ SourceFlow.Net empowers developers to build scalable, maintainable applications
4242
- **Increased Modularity** - promotes smaller, well-defined modules or components, each with a specific responsibility
4343
- **Enhanced Testability** - allows focused testing of individual components without the need for complex setups or external dependencies
4444
- **Framework and Database Independence** - allows easy switching of components, databases, or other external dependencies without requiring significant changes to the core application
45-
4645

47-
48-
49-
50-
5146
## 🏁 Getting Started
52-
### Installation
47+
### 🏢 Installation
5348
nuget add package SourceFlow.Net
5449
> dotnet add package SourceFlow.Net.SqlServer # or your preferred storage
5550
56-
### Quick Setup
51+
### 💼 Quick Setup
5752
``` csharp
5853
// Program.cs
5954
builder.Services.AddSourceFlow()

0 commit comments

Comments
 (0)