From 22d3a46bd5d84edf13f7ec6b9bf6eb1afa6f3a2f Mon Sep 17 00:00:00 2001 From: Cristhian A Luna Date: Sat, 4 Apr 2026 07:28:56 -0500 Subject: [PATCH] Fix GitHub repository URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e537628..1189a5e 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Each rule accepts an optional **custom error message**. The same rule type canno Clone the repo and link the plugin to a local Strapi project: ```bash -git clone https://github.com/dev-cluna/strapi-plugin-form-builder-cms.git +git clone https://github.com/devCluna/strapi-plugin-form-builder-cms.git cd strapi-plugin-form-builder-cms npm install