We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aab01 commit 36527adCopy full SHA for 36527ad
daprdocs/content/en/js-sdk-docs/js-client/_index.md
@@ -45,7 +45,7 @@ By default, the example uses HTTP. To run:
45
46
```bash
47
# Using dapr run
48
-dapr run --app-id example-config --app-port 50051 --app-protocol http npm run start
+dapr run --app-id <example-sdk> --app-port 50051 --app-protocol http npm run start
49
50
# or, using npm script
51
npm run start:dapr-http
@@ -63,7 +63,7 @@ To use gRPC instead:
63
64
65
66
- dapr run --app-id example-config --app-port 50051 --app-protocol grpc npm run start
+ dapr run --app-id <example-sdk> --app-port 50051 --app-protocol grpc npm run start
67
68
69
npm run start:dapr-grpc
0 commit comments