Skip to content

Commit 7c33105

Browse files
committed
feat: adjust docs
1 parent 53d7902 commit 7c33105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ React observes your system. React doesn't own it.
88

99
## What is Braided?
1010

11-
[**Braided**](https://github.com/RegiByte/braided) is a minimal (~300 lines), type-safe library for declarative system composition with dependency-aware lifecycle management. It lets you define stateful resources (databases, WebSockets, caches, etc.) with explicit dependencies, and handles starting/stopping them in the correct order.
11+
[**Braided**](https://github.com/RegiByte/braided) is a minimal (~250 lines), type-safe library for declarative system composition with dependency-aware lifecycle management. It lets you define stateful resources (databases, WebSockets, caches, etc.) with explicit dependencies, and handles starting/stopping them in the correct order.
1212

1313
Think of it as **dependency injection + lifecycle management** for JavaScript, inspired by Clojure's Integrant.
1414

0 commit comments

Comments
 (0)