Skip to content

Commit c640371

Browse files
committed
Remove principles from Hook architecture heading
Remove the parenthetical “(DRY · KISS · SRP)” from the “Hook architecture” heading in README.md to simplify the heading and reduce visual clutter.
1 parent 403e78d commit c640371

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
@@ -221,7 +221,7 @@ function YourComponent() {
221221

222222
For comprehensive examples and advanced patterns, see [`HOOKS.md`](./HOOKS.md).
223223

224-
### 🧱 Hook architecture (DRY · KISS · SRP)
224+
### 🧱 Hook architecture
225225

226226
Every hook in this package is a thin choreography layer over three internal primitives, so adding or auditing a hook stays a single-file change:
227227

0 commit comments

Comments
 (0)