Skip to content

Commit aa5945d

Browse files
committed
fix typo
Signed-off-by: Hannah Hunter <[email protected]>
1 parent a9af19a commit aa5945d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/pubsub/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ docker run -d --rm --hostname my-rabbitmq --name my-rabbitmq \
1818
-p 0.0.0.0:5672:5672 -p 0.0.0.0:15672:15672 \
1919
rabbitmq:3-management
2020

21-
# Run the example
22-
dapr run --app-protocol http
23-
2421
# Run the example directly using dapr run
2522
dapr run --app-id example-pubsub --app-port 50051 --app-protocol http --components-path ./components npm run start
2623

27-
2824
# or, using npm script
2925
npm run start:dapr-http
3026
```

0 commit comments

Comments
 (0)