📝 Update Frontend README.md (#1462)

Fix incorrect script name which was generate-frontend-client.sh and now is generate-client.sh
This commit is contained in:
Christopher Markus
2025-02-10 14:26:37 -05:00
committed by GitHub
parent 42fd54e06b
commit aee08490e5

View File

@@ -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.