From 5b9cb6059f7927b4e25ed0ee9dbbc94a23497333 Mon Sep 17 00:00:00 2001 From: Christopher Markus Date: Thu, 16 Jan 2025 11:30:32 -0500 Subject: [PATCH] Update README.md 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 569af503b4..c7ef7e465c 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.