Skip to content

Commit f1b525a

Browse files
Refactor the docs README
1 parent 4d87154 commit f1b525a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# ASP.NET Core on .NET
1+
# Documentation
22

3-
ServiceComposer leverages the Endpoints support to plugin into the request handling pipeline.
4-
ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted in .NET console applications.
3+
## Hosting
4+
5+
ServiceComposer leverages the ASP.NET Core Endpoints support to plugin into the request handling pipeline. ServiceComposer can be added to existing or new ASP.NET Core projects, or it can be hosted standalone in .NET console applications.
56

67
## Supported .NET versions
78

89
ServiceComposer targets .NET 8.
910

10-
## Note about thread safety
11-
12-
If resources are shared across more than one handler they must be [thread-safe](thread-safety.md).
11+
> [!NOTE]
12+
> About thread safety
13+
> If resources are shared across more than one handler they must be [thread-safe](thread-safety.md).
1314
1415
## Upgrade guides
1516

0 commit comments

Comments
 (0)