From 92e9ed1acb00d930e3242a7d8f7bed60d87a516c Mon Sep 17 00:00:00 2001
From: Nicolas Kruk <nkruk@salesforce.com>
Date: Tue, 17 Dec 2024 13:14:28 -0500
Subject: [PATCH] chore: trigger CI

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

diff --git a/README.md b/README.md
index 5f5417d..ef7730b 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
 # Clone the repository
 git clone git@github.com:salesforcecli/plugin-lightning-dev
 
-# Install the dependencies and compile
+# Install the dependencies and compile the plugin
 yarn && yarn build
 ```