From e1f780d7638676e8411cc0bdddba57a0e88268b6 Mon Sep 17 00:00:00 2001
From: Matias Vessuri <mvessuri@gmail.com>
Date: Tue, 6 Aug 2024 09:48:54 -0300
Subject: [PATCH] Readme changes.

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index be80cda..e818ef4 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.
-- 
GitLab