Skip to content

Commit c6d90da

Browse files
authored
Update README.md
Signed-off-by: Deepanshu Agarwal <[email protected]>
1 parent 329126b commit c6d90da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/javascript/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sleep: 120
5858

5959
```bash
6060
cd ./order-processor
61-
dapr run --app-id order-processor --resources-path ../../../components/ --app-protocol grpc --dapr-grpc-port 3500 -- node index.js
61+
dapr run --app-id order-processor --resources-path ../../../components/ --app-protocol grpc --dapr-grpc-port 50001 -- node index.js
6262
```
6363

6464
<!-- END_STEP -->

0 commit comments

Comments
 (0)