Skip to content

Commit 36527ad

Browse files
committed
updating index.md dapr run to be generic
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 80aab01 commit 36527ad

File tree

1 file changed

+2
-2
lines changed
  • daprdocs/content/en/js-sdk-docs/js-client

1 file changed

+2
-2
lines changed

daprdocs/content/en/js-sdk-docs/js-client/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By default, the example uses HTTP. To run:
4545

4646
```bash
4747
# Using dapr run
48-
dapr run --app-id example-config --app-port 50051 --app-protocol http npm run start
48+
dapr run --app-id <example-sdk> --app-port 50051 --app-protocol http npm run start
4949

5050
# or, using npm script
5151
npm run start:dapr-http
@@ -63,7 +63,7 @@ To use gRPC instead:
6363

6464
```bash
6565
# Using dapr run
66-
dapr run --app-id example-config --app-port 50051 --app-protocol grpc npm run start
66+
dapr run --app-id <example-sdk> --app-port 50051 --app-protocol grpc npm run start
6767

6868
# or, using npm script
6969
npm run start:dapr-grpc

0 commit comments

Comments
 (0)