diff --git a/README.md b/README.md
index be80cda6b8f04efca75530ca1cf65aa25c272cde..e818ef42df70217068da02ae4b09c34b2f7afddf 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,14 @@
 # Conditional Content Block Rendering
 
-This module provides a solution for conditional rendering of content blocks in
-Drupal Layout Builder.
-It allows you to set rules for each block, determining when they should
-be rendered based on the specific conditions.
+This module provides a solution for conditional rendering of content blocks used
+on Layout Builder. It allows you to set rules for each block, determining when
+they should be rendered based on the specific conditions.
 
 ## Features
 
 The basic functionality of this module is to provide a user-friendly interface
 for defining conditions under which certain content blocks will be rendered when
-used on layut builder.
+used on layout builder.
 This can be used to create dynamic, context-sensitive layouts.
 For example, you might use this module to show a specific block only to
 logged-in users, or to display a block for user that meet a criteria.