diff --git a/README.md b/README.md
index 12f66c9..5a68e6b 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,10 @@ I also want to create a windows manager with some features that I like. If you w
Why are there 2 branches?
-The Stable branch is the branch where I push the "mega commits" with working code, adding features to XanvicOS (or how do you want to call it).
-I don't like writing code for hours, days and then push the commit, so I chose to use the main branch as the Coding branch, where I commit more actively, but the code is unfinished, so it may contain a lot of bugs and errors, or simply doesn't compile.
-If you want to try XanvicOS, use the Stable branch.
-If you wanna help to write code, contribute to the main branch
+The main branch is the branch where I commit all of my work, but it can be ful of bugs, dosn't compile, or both.
+I created the stable branch so someone can try XanvicOS, without worring if the code compiles or not.
+It's like mainline and stable linux kernels, only that, how I already said before, the main branch may not compile.
+If you want to try XanvicOS, clone the stable branch, if you want to contribute, use the main one.
PS:if I wrote something wrong, sorry, English isn't my first language.