From d49662f15d69152316674f01d553254f2a8341cf Mon Sep 17 00:00:00 2001 From: Tor Christian Angeltveit Date: Fri, 5 Jul 2024 14:20:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dacd0c..87543e6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Configure.With(activator) .Start(); ``` -By the power of C# generics, `uow` passed to the `commit` and `dispose` functions above will have the save type as +By the power of C# generics, `uow` passed to the `commit` and `dispose` functions above will have the same type as the one returned from the `create` method. `context` will be the current `IMessageContext`, which is also statically accessible via `MessageContext.Current`, @@ -77,4 +77,4 @@ services.AddScoped(p => }); -``` \ No newline at end of file +```