Skip to content

Commit eb4eb9f

Browse files
authored
replace commands to run examples with working ones (#473)
1 parent 29e808b commit eb4eb9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ npm run lint
9494

9595
Launch a sample program (requires no build)
9696
```shell
97-
npm run example
97+
npm run -w packages/restate-sdk-examples greeter
98+
npm run -w packages/restate-sdk-examples object
99+
npm run -w packages/restate-sdk-examples workflow
98100
```
99101

100102
### Testing end-to-end with Restate Server

0 commit comments

Comments
 (0)