new line
cfb7c673369d4cbea4065d9d59d6780b1c86e2b3
1 files changed
README.md
diff --git a/README.md b/README.md
index 3ba1d69..b3887ad 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ Inject `SessionScopedFactory<ExampleService> factory` into your services or cont
public class ExampleController(SessionScopedFactory<ExampleService> factory) : ControllerBase
{
private readonly ExampleService exampleService = factory.Instance;
+
public async Task<IActionResult> Index()
{
HttpContext.Session.SetString("Started", DateTime.Now.ToString());