diff --git a/README.md b/README.md
index de64aa9..afcb343 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,8 @@ This project uses [ungh](https://github.com/unjs/ungh) from UnJS in order to cal
This project uses [statebuilder](https://github.com/riccardoperra/statebuilder) to handle local state.
+The editor store uses a command-based approach which granularly update the yaml code imperatively via [yaml](https://www.npmjs.com/package/yaml) package.
+
See some implementations in `store` folder:
- [packages/app/src/store/editor](packages/app/src/store/editor)
diff --git a/packages/app/src/components/Editor/Header/Header.tsx b/packages/app/src/components/Editor/Header/Header.tsx
index 6e0d875..95c1bd2 100644
--- a/packages/app/src/components/Editor/Header/Header.tsx
+++ b/packages/app/src/components/Editor/Header/Header.tsx
@@ -62,7 +62,8 @@ function EditorHeaderForkButton() {
{_(
msg`Forking this source will create a new scratch remotely connected to your profile, that can be modified only by you`,
)}
-