From bd02224f650bfff7b28a6156d1a44e3b5d6b3d37 Mon Sep 17 00:00:00 2001 From: Pushakar Gaikwad Date: Thu, 4 Jun 2026 15:31:13 +0530 Subject: [PATCH] docs: correct repository URL in README Correct the repository URL in the README to match the documented installation workflow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d62a902..d1c50d7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Requires Frappe Framework 15 or 16. ```bash cd $PATH_TO_YOUR_BENCH -bench get-app https://github.com/frappe/spreadsheet --branch main +bench get-app https://github.com/frappe/sheets --branch main bench --site $YOUR_SITE install-app spreadsheet ```