From 5b853ff0e62e9553bc5d0fe1eebb71b2f08ecfde Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 24 May 2025 22:18:12 -0500 Subject: [PATCH] docs: update README.md [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70dcccd..b314e40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # netdi -A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use. - [![pull_request](https://github.com/StevanFreeborn/netdi/actions/workflows/pull_request.yml/badge.svg)](https://github.com/StevanFreeborn/netdi/actions/workflows/pull_request.yml) [![codecov](https://codecov.io/gh/StevanFreeborn/netdi/graph/badge.svg?token=nJqAIPyWYh)](https://codecov.io/gh/StevanFreeborn/netdi) [![publish](https://github.com/StevanFreeborn/netdi/actions/workflows/publish.yml/badge.svg)](https://github.com/StevanFreeborn/netdi/actions/workflows/publish.yml) @@ -10,6 +8,8 @@ A dependency injection container for [TypeScript](https://www.typescriptlang.org ![NPM Version](https://img.shields.io/npm/v/%40stevanfreeborn%2Fnetdi) ![NPM Downloads](https://img.shields.io/npm/dt/%40stevanfreeborn%2Fnetdi) +A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use. + ## Features - ✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)