From 7000b423bf947681685c6a2ea5c0596755ead55e Mon Sep 17 00:00:00 2001 From: gLiM Date: Sat, 2 May 2026 07:29:19 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3d19bbbb..2ffd9ad73 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,6 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c ## Storybook for UI components See `storybook/README.md` for details on local Storybook and component docs. + +Added extra explanation for beginners + From a1d21c71245eb80f724d56d2646d7f5efea36e34 Mon Sep 17 00:00:00 2001 From: gLiM Date: Sat, 2 May 2026 07:47:15 +0300 Subject: [PATCH 2/2] Improve documentation clarity for beginners exploring Base --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ffd9ad73..c751405b5 100644 --- a/README.md +++ b/README.md @@ -166,4 +166,9 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c See `storybook/README.md` for details on local Storybook and component docs. Added extra explanation for beginners +## Additional Beginner Explanation + +Base is very friendly for new users, but some steps may still be confusing for first-time explorers. + +This note is added to improve clarity for beginners learning how to interact with Base ecosystem tools and documentation.