Update README.md
diff --git a/README.md b/README.md
index a526776..be44f23 100644
--- a/README.md
+++ b/README.md
@@ -9,19 +9,19 @@
 
 ### Master
 
-Jakarta Faces 4.0 implementation
+Jakarta Faces 4.0 implementation  
+Based on the refactored 2.3-next codebase
 
 ### 3.0.x
 
-Jakarta Faces 3.0 implementation
-It's equals to JSF 2.3 but with "jakarta.faces" packages and constants instead of "javax.faces".
+Jakarta Faces 3.0 implementation  
+It's equals to JSF 2.3 but with "jakarta.faces" packages and constants instead of "javax.faces"
 
 ### 2.3-next
 
-(Almost) JavaServer Faces 2.3 implementation
-Completely refactored codebase compared to 2.3
+(Almost) JavaServer Faces 2.3 implementation  
+Completely refactored codebase compared to 2.3  
 2.3-next equals the JSF 2.3 API but delegates @ManagedBeans to CDI. ManagedBeans configured via XML are completely ignored. The implementation of the old FacesEL (javax.faces.el.*) also has been completely removed.
-It will be the base of the upcoming JSF 4.0.
 
 ### 2.3.x