From ed1cfcd187123cbc5d94539182b06e6516bcc751 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 26 Sep 2024 00:12:51 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 976a5f73..2e18dd83 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This guide in process #### `browser` * The codebase of module must be as minimal as possible: separate different tasks to submodules -* Every module or it helper must contain and implement only one `struct` +* Every module must implement only one `struct` (same as one file for one class) * Composition modules (like box for window) stored in sub-folders and following same principles as parent * Every mod access 1 level of child API, never parents (e.g.`super`) * One mod = one widget. Create new mod for new widget implementation