From 3d49049ad53351708b8c8b7658816866e98b0710 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 26 Sep 2024 00:45:26 +0300 Subject: [PATCH] update readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e71b1ea0..368056a8 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,8 @@ This guide in process #### `browser` -##### Filesystem - * Composition pattern, using standard `mod.rs` model * One mod = one widget. Create new mod for new widget implementation - -##### Codebase - * The codebase of module must be as minimal as possible: separate different tasks to sub-modules * Every module must: * access 1 level of child API, never parents (e.g.`super`)