docs: fix typos in packages/server/README.md (#5445)

Fix typos in packages/server/README.md
This commit is contained in:
Lê Nam Khánh 2025-11-07 18:49:06 +07:00 committed by GitHub
parent 9ff3d653ae
commit 3fafd15a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ cd Flowise/packages/server
pnpm install
./node_modules/.bin/cypress install
pnpm build
#Only for writting new tests on local dev -> pnpm run cypress:open
#Only for writing new tests on local dev -> pnpm run cypress:open
pnpm run e2e
```