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
+1 -1
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
```