From aee08490e574bb0be847930268e0cc21063a2b28 Mon Sep 17 00:00:00 2001 From: Christopher Markus Date: Mon, 10 Feb 2025 14:26:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Frontend=20README.md=20?= =?UTF-8?q?(#1462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix incorrect script name which was generate-frontend-client.sh and now is generate-client.sh --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 569af50..c7ef7e4 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -80,7 +80,7 @@ But it would be only to clean them up, leaving them won't really have any effect * From the top level project directory, run the script: ```bash -./scripts/generate-frontend-client.sh +./scripts/generate-client.sh ``` * Commit the changes.