Skip to content

Commit aea75af

Browse files
committed
fix: update project description to correct size of dependency injection container
1 parent 2983f2a commit aea75af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>fast-injection</h3>
159159
</div>
160160
<p class="project-desc">
161161
Modern TypeScript dependency injection container optimized for Bun runtime. Blazing fast with
162-
sub-microsecond resolution (~26M ops/sec for cached singletons), lightweight (&lt;5KB), and fully
162+
sub-microsecond resolution (~26M ops/sec for cached singletons), lightweight (&lt;10KB), and fully
163163
type-safe. Supports singleton, transient, and scoped lifetimes with flexible API options: decorators,
164164
functional, or imperative. Built-in security against prototype pollution, memory leaks, and DoS attacks.
165165
Includes testing utilities for easy mocking and test isolation.

0 commit comments

Comments
 (0)