From 493c6fd74b1c163cbd297c86c542f2c85b7d806e Mon Sep 17 00:00:00 2001
From: Paulo Ribeiro <paulo@diffraction.pt>
Date: Tue, 16 Jan 2024 10:07:52 +0000
Subject: [PATCH] doc: Edit and clarify note about search plugin

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4968f0d2..28e3aecc 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ To set up and use the plugin:
       - meta-descriptions
     ```
 
-    > **Note:** If you have no `plugins` entry in your `mkdocs.yml` file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.
+    > **Note:** If you didn't have a `plugins` declaration in your `mkdocs.yml` file before this step, you'll likely also want to add the `search` plugin. This is because MkDocs enables the `search` plugin by default when there is no `plugins` declaration, but now you have to enable it explicitly.
 
 ## Configuring the plugin